Class SdkInternalHttpSignerProperty

java.lang.Object
software.amazon.awssdk.http.auth.spi.signer.SdkInternalHttpSignerProperty

public final class SdkInternalHttpSignerProperty extends Object
HttpSigner properties intended for use only by internal components of the SDK and SDK-provided implementations of this SPI.
  • Field Details

    • CHECKSUM_STORE

      public static final SignerProperty<PayloadChecksumStore> CHECKSUM_STORE
      An object for storing checksums calculated for a payload.

      Note, checksums may not be relevant to some signers.