We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd8719 commit b19f880Copy full SHA for b19f880
obstore/python/obstore/_store/_aws.pyi
@@ -59,13 +59,7 @@ S3Regions: TypeAlias = Literal[
59
]
60
"""AWS regions."""
61
62
-S3ChecksumAlgorithm: TypeAlias = Literal[
63
- "CRC64NVME",
64
- "CRC32",
65
- "CRC32C",
66
- "SHA1",
67
- "SHA256",
68
-]
+S3ChecksumAlgorithm: TypeAlias = Literal["SHA256"]
69
"""S3 Checksum algorithms
70
71
From https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#using-additional-checksums
0 commit comments