AmazonAwsDomain

The AWS domain to use for constructing API URLs.

DEPRECATED: The AmazonAwsDomain parameter is deprecated in Amazon S3 Connector 12.9.0 and later. You can specify a custom URL by setting the BucketEndpointURL parameter.

This configuration parameter is still available for existing implementations, but it might be incompatible with new functionality. The parameter might be removed in future.

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: amazonaws.com
Required: No
Configuration Section: TaskName or FetchTasks
Example: AmazonAwsDomain=amazonaws.com
See Also: DualStack