Class S3HandlerContextKeys
- java.lang.Object
-
- com.amazonaws.services.s3.request.S3HandlerContextKeys
-
public class S3HandlerContextKeys extends Object
Constants forHandlerContextKey
pertaining to S3
-
-
Field Summary
Fields Modifier and Type Field Description static HandlerContextKey<Boolean>
IS_CHUNKED_ENCODING_DISABLED
Context provided toAWSS3V4Signer
to determine whether chunked encoding should be used or not.static HandlerContextKey<Boolean>
IS_PAYLOAD_SIGNING_ENABLED
Context provided toAWSS3V4Signer
to determine whether payloads should be signed.
-
Constructor Summary
Constructors Constructor Description S3HandlerContextKeys()
-
-
-
Field Detail
-
IS_CHUNKED_ENCODING_DISABLED
public static final HandlerContextKey<Boolean> 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
public static final HandlerContextKey<Boolean> 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
-
-