Class ChecksumConstant
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.checksums.ChecksumConstant
-
public final class ChecksumConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKSUM_ENABLED_RESPONSE_HEADERHeader name for specifying if trailing checksums were sent on an object.static StringCONTENT_LENGTH_HEADERHeader name for the content-length of an S3 object.static StringENABLE_CHECKSUM_REQUEST_HEADERHeader name for specifying S3 to send a trailing checksum.static StringENABLE_MD5_CHECKSUM_HEADER_VALUEHeader value for specifying MD5 as the trailing checksum of an object.static intS3_MD5_CHECKSUM_LENGTHLength of an MD5 checksum in bytes.static StringSERVER_SIDE_CUSTOMER_ENCRYPTION_HEADERHeader value for specifying server side encryption with a customer managed key.static StringSERVER_SIDE_ENCRYPTION_HEADERHeader value for specifying server side encryption.
-
-
-
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
-
-