Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/content/docs/r2/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Render } from "~/components";
| Object key length | 1,024 bytes |
| Object metadata size | 8,192 bytes |
| Object size | 5 TiB per object<sup>2</sup> |
| Maximum upload size<sup>4</sup> | 5 GiB<sup>3</sup> |
| Maximum upload size<sup>4</sup> | 5 GiB (single-part) / 4.995TiB (multi-part) <sup>3</sup> |
| Maximum upload parts | 10,000 |
| Maximum concurrent writes to the same object name (key) | 1 per second <sup>5</sup> |

Expand Down