Skip to content

Commit

Permalink
Add to response list
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich authored Sep 12, 2024
1 parent e9da578 commit 00a7e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source-2.0/aws/aws-core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,8 @@ The ``httpChecksum`` trait is a structure that contains the following members:
- ``set<string>``
- Defines the checksum algorithms clients SHOULD look for when validating
checksums returned in the HTTP response. Each algorithm must be one of
the following supported values: "CRC32C", "CRC32", "SHA1", or "SHA256".
the following supported values: "CRC64NVME", "CRC32C", "CRC32", "SHA1",
or "SHA256".

The ``httpChecksum`` trait MUST define at least one of the request checksumming
behavior, by setting the ``requestAlgorithmMember`` or
Expand Down

0 comments on commit 00a7e7b

Please sign in to comment.