Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,7 @@
/r2/examples/cloudflare-access/ /r2/tutorials/cloudflare-access/ 301
/r2/examples/upload-logs-event-notifications/ /r2/tutorials/upload-logs-event-notifications/ 301
/r2/examples/demo-worker/ /r2/api/workers/workers-api-usage/ 301
/r2/objects/multipart-objects/ /r2/objects/upload-objects/ 301
/r2/sql/platform/troubleshooting/ /r2-sql/troubleshooting/ 301

# r2 sql
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/r2/api/error-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For the **S3-compatible API**, errors are returned as XML in the response body:
|------------|------|-------------|---------|-----------------|
| 10007 | NoSuchKey | 404 | The specified object key does not exist. For the [Workers API](/r2/api/workers/workers-api-reference/), `get()` and `head()` return `null` instead of throwing. | Verify the object key is correct and the object has not been deleted. |
| 10020 | InvalidObjectName | 400 | Object key contains invalid characters or is too long. | Use valid UTF-8 characters. Maximum key length is 1024 bytes. |
| 100100 | EntityTooLarge | 400 | Object exceeds maximum size (5 GiB for single upload, 5 TiB for multipart). | Use [multipart upload](/r2/objects/multipart-objects/) for objects larger than 5 GiB. Maximum object size is 5 TiB. |
| 100100 | EntityTooLarge | 400 | Object exceeds maximum size (5 GiB for single upload, 5 TiB for multipart). | Use [multipart upload](/r2/objects/upload-objects/#multipart-upload) for objects larger than 5 GiB. Maximum object size is 5 TiB. |
| 10012 | MetadataTooLarge | 400 | Custom metadata exceeds the 8,192 byte limit. | Reduce custom metadata size. Maximum is 8,192 bytes total for all custom metadata. |
| 10069 | ObjectLockedByBucketPolicy | 403 | Object is protected by a bucket lock rule and cannot be modified or deleted. | Wait for the retention period to expire. Refer to [bucket locks](/r2/buckets/bucket-locks/). |

Expand Down
40 changes: 0 additions & 40 deletions src/content/docs/r2/objects/multipart-objects.mdx

This file was deleted.

Loading
Loading