Class S3VendorParams
- java.lang.Object
- 
- software.amazon.smithy.aws.smoketests.model.BaseAwsVendorParams
- 
- software.amazon.smithy.aws.smoketests.model.S3VendorParams
 
 
- 
 public final class S3VendorParams extends BaseAwsVendorParams Vendor params for S3.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanforcePathStyle()booleanuseAccelerate()booleanuseArnRegion()booleanuseGlobalEndpoint()booleanuseMultiRegionAccessPoints()- 
Methods inherited from class software.amazon.smithy.aws.smoketests.model.BaseAwsVendorParamsgetRegion, getSigv4aRegionSet, getUri, useAccountIdRouting, useDualstack, useFips
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final ShapeId ID 
 
- 
 - 
Method Detail- 
useAcceleratepublic boolean useAccelerate() - Returns:
- Whether to resolve an accelerate endpoint or not. Defaults to
 false.
 
 - 
useGlobalEndpointpublic boolean useGlobalEndpoint() - Returns:
- Whether to use the global endpoint for us-east-1. Defaults tofalse.
 
 - 
forcePathStylepublic boolean forcePathStyle() - Returns:
- Whether to force path-style addressing. Defaults to false.
 
 - 
useArnRegionpublic boolean useArnRegion() - Returns:
- Whether to use the region in the bucket ARN to override the set
 region. Defaults to true.
 
 - 
useMultiRegionAccessPointspublic boolean useMultiRegionAccessPoints() - Returns:
- Whether to use S3's multi-region access points. Defaults to
 true.
 
 
- 
 
-