Skip to content

Commit

Permalink
Update crc64nvme priority
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 committed Oct 8, 2024
1 parent dba2f1b commit 73bea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/httpchecksum.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,4 @@ def _handle_bytes_response(http_response, response, algorithm):
name in _CRT_CHECKSUM_ALGORITHMS for name in _CRT_CHECKSUM_CLS.keys()
)
_SUPPORTED_CHECKSUM_ALGORITHMS = list(_CHECKSUM_CLS.keys())
_ALGORITHMS_PRIORITY_LIST = ['crc32c', 'crc32', 'crc64nvme', 'sha1', 'sha256']
_ALGORITHMS_PRIORITY_LIST = ['crc64nvme', 'crc32c', 'crc32', 'sha1', 'sha256']

0 comments on commit 73bea80

Please sign in to comment.