|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <S3.h>
Per-meta-request checksum configuration. The same object is used to describe request-side checksum calculation for uploads and response-side checksum validation for downloads; not every field applies in both directions.
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Set the algorithm used to compute checksums for this request.
| algorithm | the checksum algorithm to use. |
|
inlinenoexcept |
Set where a calculated checksum will appear on the wire.
| location | the wire location for the request-side checksum. |
|
inlinenoexcept |
Enable or disable validation of the response-side checksum. Only meaningful for downloads.
| validate | true to enable response checksum validation. |