BucketEndpointURL

The URL of the Amazon S3 bucket to process.

You can specify the URL of the bucket to process in one of the following ways:

  • Set the parameters BucketEndpointURL and BucketRegion. In this case the parameters Bucket, DualStack, and AmazonAwsDomain are ignored.

  • Set the parameters Bucket, BucketRegion, and optionally DualStack and AmazonAwsDomain. In this case the connector constructs the URLs for API requests as follows:

    bucket.s3[.dualstack].bucketregion.amazonAwsDomain

    where bucket, bucketRegion, and amazonAwsDomain are the values of the corresponding parameters. The parameter DualStack specifies whether to include the .dualstack part of the URL.

Type: String
Default:  
Required: Yes, unless you set Bucket
Configuration Section: TaskName or FetchTasks
Example: BucketEndpointURL=https://my-bucket.s3.us-east-1.amazonaws.com/
See Also: BucketRegion