Uses of Class
software.amazon.awssdk.crt.s3.ChecksumConfig
-
Packages that use ChecksumConfig Package Description software.amazon.awssdk.crt.s3 -
-
Uses of ChecksumConfig in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ChecksumConfig Modifier and Type Method Description ChecksumConfig
S3MetaRequestOptions. getChecksumConfig()
ChecksumConfig
ChecksumConfig. withChecksumAlgorithm(ChecksumAlgorithm algorithm)
The checksum algorithm used to calculate the checksum of payload uploaded.ChecksumConfig
ChecksumConfig. withChecksumLocation(ChecksumConfig.ChecksumLocation location)
If NONE.ChecksumConfig
ChecksumConfig. withValidateChecksum(boolean validateChecksum)
Enable checksum mode header will be attached to get requests, this will tell s3 to send back checksums headers if they exist.ChecksumConfig
ChecksumConfig. withValidateChecksumAlgorithmList(List<ChecksumAlgorithm> validateChecksumAlgorithmList)
Ignored when validate_response_checksum is not set.Methods in software.amazon.awssdk.crt.s3 with parameters of type ChecksumConfig Modifier and Type Method Description S3MetaRequestOptions
S3MetaRequestOptions. withChecksumConfig(ChecksumConfig checksumConfig)
The config related to checksum used for the meta request.
-