Skip to content

Commit 71d7524

Browse files
add compat matrix
1 parent 283e10e commit 71d7524

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/content/docs/r2/api/s3/api.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ When using the S3 API, the region for an R2 bucket is `auto`. For compatibility
2828

2929
This also applies to the `LocationConstraint` for the `CreateBucket` API.
3030

31+
## Checksum Types
32+
33+
Checksums have an algorithm and a [type](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#ChecksumTypes). All checksums don't necessarily support all types.
34+
35+
| Checksum Algorithm | `FULL_OBJECT` | `COMPOSITE` |
36+
| ------------------------- | ------------- | ----------- |
37+
| CRC-64/NVME (`CRC64NVME`) |||
38+
| CRC-32 (`CRC32`) |||
39+
| CRC-32C (`CRC32C`) |||
40+
| SHA-1 (`SHA1`) |||
41+
| SHA-256 (`SHA256`) |||
42+
3143
## Bucket-level operations
3244

3345
The following tables are related to bucket-level operations.

src/content/release-notes/r2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ productAreaLink: /workers/platform/changelog/platform/
77
entries:
88
- publish_date: "2025-07-03"
99
description: |-
10-
- The CRC64NVME Checksum algorithm is now supported for both single and multipart objects. This also brings support for the `FULL_OBJECT` Checksum Type on Multipart Uploads.
10+
- The CRC-64/NVME Checksum algorithm is now supported for both single and multipart objects. This also brings support for the `FULL_OBJECT` Checksum Type on Multipart Uploads.
1111
- publish_date: "2024-12-03"
1212
description: |-
1313
- [Server-side Encryption with Customer-Provided Keys](/r2/examples/ssec/) is now available to all users via the Workers and S3-compatible APIs.

0 commit comments

Comments
 (0)