What is the maximum number of R2 buckets that a single account can create?
What is the maximum number of R2 buckets that can be created by a single account? I did not find any relevant information in the official documentation. After asking chatgpt, the answer I got was 1,000. Is this limit real? If so, can this limit be increased?
2 Replies
When in doubt, read the documentation: https://developers.cloudflare.com/r2/platform/limits/#_top
Cloudflare Docs
Limits · Cloudflare R2 docs
1 Bucket management operations include creating, deleting, listing,
and configuring buckets.
2 The object size limit is 5 GiB less than 5 TiB, so 4.995
TiB.
3 The max upload size is 5 MiB less than 5 GiB, so 4.995 GiB.
4 Max upload size applies to uploading a file via one request,
uploading a part of a multipart upload, or copying into a p...
OK, thank you very much for your answer!