From f9ec1f6607fc9e0421d2f33721194b38dd049a9f Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 29 May 2026 13:32:54 -0400 Subject: [PATCH] docs: AWS CRC64 checksum support --- obstore/python/obstore/_store/_aws.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obstore/python/obstore/_store/_aws.pyi b/obstore/python/obstore/_store/_aws.pyi index 9133c1fd..608e0f51 100644 --- a/obstore/python/obstore/_store/_aws.pyi +++ b/obstore/python/obstore/_store/_aws.pyi @@ -59,7 +59,7 @@ S3Regions: TypeAlias = Literal[ ] """AWS regions.""" -S3ChecksumAlgorithm: TypeAlias = Literal["SHA256"] +S3ChecksumAlgorithm: TypeAlias = Literal["SHA256", "sha256", "CRC64NVME", "crc64nvme"] """S3 Checksum algorithms From https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#using-additional-checksums