Skip to content

Commit 8123090

Browse files
authored
r2: make upload limit clearer (#26262)
1 parent faf018c commit 8123090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2/platform/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Render } from "~/components";
1414
| Object key length | 1,024 bytes |
1515
| Object metadata size | 8,192 bytes |
1616
| Object size | 5 TiB per object<sup>2</sup> |
17-
| Maximum upload size<sup>4</sup> | 5 GiB<sup>3</sup> |
17+
| Maximum upload size<sup>4</sup> | 5 GiB (single-part) / 4.995TiB (multi-part) <sup>3</sup> |
1818
| Maximum upload parts | 10,000 |
1919
| Maximum concurrent writes to the same object name (key) | 1 per second <sup>5</sup> |
2020

0 commit comments

Comments
 (0)