Skip to content

Commit

Permalink
Fix httpChecksum algorithm list in spec (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich authored Sep 12, 2024
1 parent 8418149 commit 4a89cd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source-2.0/aws/aws-core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ The ``httpChecksum`` trait is a structure that contains the following members:
request checksum behavior. The input member MUST target a string shape
marked with the :ref:`enum-trait`. Each value in the enum represents a
supported checksum algorithm. Algorithms MUST be one of the following
supported values: "CRC32C", "CRC32", "SHA1", or "SHA256".
supported values: "CRC64NVME", "CRC32C", "CRC32", "SHA1", or "SHA256".
* - requestChecksumRequired
- ``boolean``
- Indicates an operation requires a checksum in its HTTP request. By
Expand All @@ -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 4a89cd5

Please sign in to comment.