This page provides an overview of the technical limitations of the OVHcloud Object Storage offer.
Performance
Maximum bandwidth per connection
1 Gbps/connection.
As OVHcloud Object Storage is a highly distributed system, using parallel requests will help overcome this limitation. Depending on your application and use case, this can be accomplished by simultaneously initiating requests (also called concurrent requests).
Discover how to maximize your performance with this guide.
Default maximum number of write and read requests per second on a bucket
- PUT: 300 requests per second
- GET: 900 requests per second
It is important to note that these maximum values are "soft limits" and can be easily overcome by adopting best practices to distribute the I/Os as widely as possible in the object storage cluster, taking advantage of the sharding mechanism. Indeed, a gradual ramp-up of requests allows you to maximize performance and capitalize on the native sharding of the infrastructure. In other words, limitations can be overcome through a good distribution of the names of the prefixes/object keys and reach multiple thousands of requests per second, both in read and write.
Discover how to maximize your performance with this guide.
Service default quotas and limitations
| Resource | Default quota | Additional Details |
|---|---|---|
| Maximum number of buckets per project | 100 | Up to 1,000 buckets (requires manual intervention; please contact the support team) |
| Maximum number of objects in a bucket | unlimited | - |
| Part size | From 5 MiB to 5 GiB | - |
| Maximum parts per MPU | 10,000 | - |
| Maximum Object size | 48 TiB | This maximum can be achieved using Multi-Part Upload (MPU), via a single PUT request; the maximum object size is 5 GiB |
| Maximum number of users per project | 1,000 | - |
| Maximum lifecycle rules | 1,000 | Understanding lifecycle rules |
| Maximum replication rules | 1,000 | Understanding bucket replication |
| Maximum bucket tags | 50 | - |
| Maximum object tags | 10 | - |
| Maximum number of versions per object | 100,000 | Beyond this value, a 403 error is returned with MaxVersionsReached code. Understanding object versioning |
Bucket and object name assignment
- Must be between 3 and 63 characters long.
- Must begin and end with lowercase alphanumeric characters (a to z and 0 to 9).
- Must be unique within OVHcloud.
- May contain the following punctuation marks:
.and-. - Must not contain multiple punctuation marks in a row (e.g.,
..or-.or.-or--). - Must not look like an IP address (e.g., 192.168.1.1).
Feature availability
See our Object Storage - Compliancy guide.
Go further
For more information and tutorials, please see our other Object Storage support guides or explore the guides for other OVHcloud products and services.