public class S3HandlerContextKeys extends Object
HandlerContextKey pertaining to S3| Modifier and Type | Field and Description | 
|---|---|
static HandlerContextKey<Boolean> | 
IS_CHUNKED_ENCODING_DISABLED
Context provided to  
AWSS3V4Signer to determine whether chunked encoding should be used
 or not. | 
static HandlerContextKey<Boolean> | 
IS_PAYLOAD_SIGNING_ENABLED
Context provided to  
AWSS3V4Signer to determine whether payloads should be signed. | 
| Constructor and Description | 
|---|
S3HandlerContextKeys()  | 
public static final HandlerContextKey<Boolean> IS_CHUNKED_ENCODING_DISABLED
AWSS3V4Signer to determine whether chunked encoding should be used
 or not. Derived from the value set in S3ClientOptionspublic static final HandlerContextKey<Boolean> IS_PAYLOAD_SIGNING_ENABLED
AWSS3V4Signer 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 in S3ClientOptions