Skip to content

Commit 4a89cd5

Browse files
authored
Fix httpChecksum algorithm list in spec (#2394)
1 parent 8418149 commit 4a89cd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source-2.0/aws/aws-core.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ The ``httpChecksum`` trait is a structure that contains the following members:
935935
request checksum behavior. The input member MUST target a string shape
936936
marked with the :ref:`enum-trait`. Each value in the enum represents a
937937
supported checksum algorithm. Algorithms MUST be one of the following
938-
supported values: "CRC32C", "CRC32", "SHA1", or "SHA256".
938+
supported values: "CRC64NVME", "CRC32C", "CRC32", "SHA1", or "SHA256".
939939
* - requestChecksumRequired
940940
- ``boolean``
941941
- Indicates an operation requires a checksum in its HTTP request. By
@@ -953,7 +953,8 @@ The ``httpChecksum`` trait is a structure that contains the following members:
953953
- ``set<string>``
954954
- Defines the checksum algorithms clients SHOULD look for when validating
955955
checksums returned in the HTTP response. Each algorithm must be one of
956-
the following supported values: "CRC32C", "CRC32", "SHA1", or "SHA256".
956+
the following supported values: "CRC64NVME", "CRC32C", "CRC32", "SHA1",
957+
or "SHA256".
957958

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

0 commit comments

Comments
 (0)