Class S3HandlerContextKeys

    • Field Detail

      • 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 Detail

      • S3HandlerContextKeys

        public S3HandlerContextKeys()