Class ChecksumConstant


  • public final class ChecksumConstant
    extends Object
    • Field Detail

      • CONTENT_LENGTH_HEADER

        public static final String CONTENT_LENGTH_HEADER
        Header name for the content-length of an S3 object.
        See Also:
        Constant Field Values
      • ENABLE_CHECKSUM_REQUEST_HEADER

        public static final String ENABLE_CHECKSUM_REQUEST_HEADER
        Header name for specifying S3 to send a trailing checksum.
        See Also:
        Constant Field Values
      • CHECKSUM_ENABLED_RESPONSE_HEADER

        public static final String CHECKSUM_ENABLED_RESPONSE_HEADER
        Header name for specifying if trailing checksums were sent on an object.
        See Also:
        Constant Field Values
      • ENABLE_MD5_CHECKSUM_HEADER_VALUE

        public static final String ENABLE_MD5_CHECKSUM_HEADER_VALUE
        Header value for specifying MD5 as the trailing checksum of an object.
        See Also:
        Constant Field Values
      • SERVER_SIDE_ENCRYPTION_HEADER

        public static final String SERVER_SIDE_ENCRYPTION_HEADER
        Header value for specifying server side encryption.
        See Also:
        Constant Field Values
      • SERVER_SIDE_CUSTOMER_ENCRYPTION_HEADER

        public static final String SERVER_SIDE_CUSTOMER_ENCRYPTION_HEADER
        Header value for specifying server side encryption with a customer managed key.
        See Also:
        Constant Field Values
      • S3_MD5_CHECKSUM_LENGTH

        public static final int S3_MD5_CHECKSUM_LENGTH
        Length of an MD5 checksum in bytes.
        See Also:
        Constant Field Values