Class S3SignerExecutionAttribute

    • Field Detail

      • ENABLE_CHUNKED_ENCODING

        @Deprecated
        public static final ExecutionAttribute<Boolean> ENABLE_CHUNKED_ENCODING
        Deprecated.
        This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the chunk encoding setting via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
        The key to specify whether to enable chunked encoding or not
      • ENABLE_PAYLOAD_SIGNING

        @Deprecated
        public static final ExecutionAttribute<Boolean> ENABLE_PAYLOAD_SIGNING
        Deprecated.
        This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the payload signing setting via the AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of HttpSigner.
        The key to specify whether to enable payload signing or not