Class S3HandlerContextKeys

java.lang.Object
com.amazonaws.services.s3.request.S3HandlerContextKeys

public class S3HandlerContextKeys extends Object
Constants for HandlerContextKey pertaining to S3
  • Field Details

    • IS_CHUNKED_ENCODING_DISABLED

      public static final HandlerContextKey<Boolean> IS_CHUNKED_ENCODING_DISABLED
      Context provided to AWSS3V4Signer to determine whether chunked encoding should be used or not. Derived from the value set in S3ClientOptions
    • IS_PAYLOAD_SIGNING_ENABLED

      public static final HandlerContextKey<Boolean> IS_PAYLOAD_SIGNING_ENABLED
      Context provided to 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
  • Constructor Details

    • S3HandlerContextKeys

      public S3HandlerContextKeys()