Class S3VendorParams
java.lang.Object
software.amazon.smithy.aws.smoketests.model.BaseAwsVendorParams
software.amazon.smithy.aws.smoketests.model.S3VendorParams
Vendor params for S3.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
Methods inherited from class software.amazon.smithy.aws.smoketests.model.BaseAwsVendorParams
getRegion, getSigv4aRegionSet, getUri, useAccountIdRouting, useDualstack, useFips
-
Field Details
-
ID
-
-
Method Details
-
useAccelerate
public boolean useAccelerate()- Returns:
- Whether to resolve an accelerate endpoint or not. Defaults to
false
.
-
useGlobalEndpoint
public boolean useGlobalEndpoint()- Returns:
- Whether to use the global endpoint for
us-east-1
. Defaults tofalse
.
-
forcePathStyle
public boolean forcePathStyle()- Returns:
- Whether to force path-style addressing. Defaults to
false
.
-
useArnRegion
public boolean useArnRegion()- Returns:
- Whether to use the region in the bucket ARN to override the set
region. Defaults to
true
.
-
useMultiRegionAccessPoints
public boolean useMultiRegionAccessPoints()- Returns:
- Whether to use S3's multi-region access points. Defaults to
true
.
-