> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Storage limits and quotas

> Limits for Telnyx Cloud Storage — bucket count, object size, multipart upload sizes, request rate, and object encryption limits per account and region.

## General API limits

| Limit                                      | Value |
| ------------------------------------------ | ----- |
| Requests per second per account            | 500   |
| Requests per second per bucket             | 200   |
| Concurrent PUT or COPY requests per object | 10    |

<Note>
  These limits are subject to change. If you require higher throughput, please [contact support](https://support.telnyx.com) to discuss your use case.
</Note>

## Specific limits

* Max count of buckets per account is 100
* Max size of single object upload via PUT request is 5 GB
* Max size of single part upload of a multi-part upload is 5 GB
* Min size of single part upload of a multi-part upload is 5 MiB, except for the final part
* Max count of parts of a multi-part upload is 10,000
* Max size of a completed multi-part upload is 5 TiB
* Max count of objects per bucket is 50 million
