Uses of Class
software.amazon.awssdk.services.s3.endpoints.S3ClientContextParams
Packages that use S3ClientContextParams
-
Uses of S3ClientContextParams in software.amazon.awssdk.services.s3.endpoints
Fields in software.amazon.awssdk.services.s3.endpoints declared as S3ClientContextParamsModifier and TypeFieldDescriptionstatic final S3ClientContextParams<Boolean>S3ClientContextParams.ACCELERATEEnables this client to use S3 Transfer Acceleration endpoints.static final S3ClientContextParams<Boolean>S3ClientContextParams.CROSS_REGION_ACCESS_ENABLEDEnables cross-region bucket access for this clientstatic final S3ClientContextParams<Boolean>S3ClientContextParams.DISABLE_MULTI_REGION_ACCESS_POINTSDisables this client's usage of Multi-Region Access Points.static final S3ClientContextParams<Boolean>S3ClientContextParams.DISABLE_S3_EXPRESS_SESSION_AUTHDisables this client's usage of Session Auth for S3Express buckets and reverts to using conventional SigV4 for those.static final S3ClientContextParams<Boolean>S3ClientContextParams.FORCE_PATH_STYLEForces this client to use path-style addressing for buckets.static final S3ClientContextParams<Boolean>S3ClientContextParams.USE_ARN_REGIONEnables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.