Class S3ClientContextParams<T>
java.lang.Object
software.amazon.awssdk.utils.AttributeMap.Key<T>
software.amazon.awssdk.services.s3.endpoints.S3ClientContextParams<T>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class S3ClientContextParams<T>
extends AttributeMap.Key<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final S3ClientContextParams<Boolean> Enables this client to use S3 Transfer Acceleration endpoints.static final S3ClientContextParams<Boolean> Enables cross-region bucket access for this clientstatic final S3ClientContextParams<Boolean> Disables this client's usage of Multi-Region Access Points.static final S3ClientContextParams<Boolean> Disables this client's usage of Session Auth for S3Express buckets and reverts to using conventional SigV4 for those.static final S3ClientContextParams<Boolean> Forces this client to use path-style addressing for buckets.static final S3ClientContextParams<Boolean> Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.
- 
Method SummaryMethods inherited from class software.amazon.awssdk.utils.AttributeMap.KeyconvertValue, toString
- 
Field Details- 
ACCELERATEEnables this client to use S3 Transfer Acceleration endpoints.
- 
DISABLE_MULTI_REGION_ACCESS_POINTSDisables this client's usage of Multi-Region Access Points.
- 
DISABLE_S3_EXPRESS_SESSION_AUTHDisables this client's usage of Session Auth for S3Express buckets and reverts to using conventional SigV4 for those.
- 
FORCE_PATH_STYLEForces this client to use path-style addressing for buckets.
- 
USE_ARN_REGIONEnables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.
- 
CROSS_REGION_ACCESS_ENABLEDEnables cross-region bucket access for this client
 
-