Class S3HandlerContextKeys
java.lang.Object
com.amazonaws.services.s3.request.S3HandlerContextKeys
Constants for
HandlerContextKey
pertaining to S3-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HandlerContextKey
<Boolean> Context provided toAWSS3V4Signer
to determine whether chunked encoding should be used or not.static final HandlerContextKey
<Boolean> Context provided toAWSS3V4Signer
to determine whether payloads should be signed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IS_CHUNKED_ENCODING_DISABLED
Context provided toAWSS3V4Signer
to determine whether chunked encoding should be used or not. Derived from the value set inS3ClientOptions
-
IS_PAYLOAD_SIGNING_ENABLED
Context provided toAWSS3V4Signer
to determine whether payloads should be signed. If enabled, payload hash will be computed when constructing the request. This does incur a performance penalty. Derived from the value set inS3ClientOptions
-
-
Constructor Details
-
S3HandlerContextKeys
public S3HandlerContextKeys()
-