DualStack

A Boolean value that specifies whether to access Amazon S3 through a dual-stack endpoint.

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: Boolean
Default: True
Required: No
Configuration Section: TaskName or FetchTasks
Example: DualStack=FALSE
See Also:

AmazonAwsDomain

Bucket

BucketRegion