Skip to content

Commit

Permalink
Fix httpChecksum algorithm list in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich authored Sep 12, 2024
1 parent 8418149 commit e9da578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit e9da578

Please sign in to comment.