Uses of Class
software.amazon.awssdk.crt.s3.ChecksumConfig
Packages that use ChecksumConfig
-
Uses of ChecksumConfig in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ChecksumConfigModifier and TypeMethodDescriptionS3MetaRequestOptions.getChecksumConfig()ChecksumConfig.withChecksumAlgorithm(ChecksumAlgorithm algorithm) The checksum algorithm used to calculate the checksum of payload uploaded.ChecksumConfig.withChecksumLocation(ChecksumConfig.ChecksumLocation location) If NONE.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.withValidateChecksumAlgorithmList(List<ChecksumAlgorithm> validateChecksumAlgorithmList) Ignored when validate_response_checksum is not set.Methods in software.amazon.awssdk.crt.s3 with parameters of type ChecksumConfigModifier and TypeMethodDescriptionS3MetaRequestOptions.withChecksumConfig(ChecksumConfig checksumConfig) The config related to checksum used for the meta request.