
A high-performance, scalable and secure storage space
Upload your static files (videos, images, web files) to an unlimited space. Use them from your application or make them accessible on the web via our S3 API.
This storage space can be scaled up as your project grows, with no need to plan for it in advance. It’s the perfect place for storing performance-intensive data. It can meet the requirements of big data and artificial intelligence (AI), or simply help you get the most out of your data.
An optimised data experience
Based on high-end machines and an innovative SDS (Software-Defined Storage) system, our high-performance object storage optimises data processing at every stage of the data lifecycle (storage, transfer, intensive use, and deletion).
Complete control of your data
Your data is secured on a trusted platform with guaranteed confidentiality. Protect the sovereignty of your sensitive data by moving it with our S3 API.
Transparent and competitive pricing
Our pricing model is designed to be predictable, so you won't have any nasty surprises at the end of the month. Get the very best prices on the market for data storage.
ISO/IEC 27001, 27701 and health data hosting compliance*
Our cloud infrastructures and services are ISO/IEC 27001, 27017, 27018 and 27701 certified. Thanks to our compliance, you can host healthcare data securely.
* Coming soon
Our Object Storage range
Standard Object Storage - S3 API | High Performance Object Storage – S3 API | Standard Object Storage – Swift API |
---|---|---|
The perfect storage solution for high volumes of data at the best price. We offer a wide range of S3 APIs with this solution. |
A solution adapted to the most demanding needs, where the storage must include a high read and write performance. |
A basic, native object storage solution from OpenStack, with Swift APIs. |
S3 API | S3 API | Swift API |
Data protection with erasure coding |
Data protection with erasure coding |
Triple-replication data protection |
Use cases
Why migrate your data to OVHcloud?

Protect yourself from vendor lock-in
Maintain your data sovereignty with our S3 API. This way, you can move your data from any platform offering the S3 API to a provider that respects reversibility.
Control your budget
Get great prices for storage and traffic. You manage your billing through a predictive and transparent pricing model, so you won’t get any nasty surprises at the end of the month.
Adapt your application effortlessly
Update your configuration (the endpoint and credentials) while keeping the same application code and tools.
Usage
Create a bucket
# aws --endpoint-url https://s3.<region_in_lowercase>.io.cloud.ovh.net s3 mb s3://test1
List your buckets
# aws s3 ls
Push your files as objects in a bucket
# aws s3 cp /etc/magic s3://test1


Functionality
Scalability
There’s no need to plan ahead for additional storage space to meet your growing needs. With object storage, store all types of files without being blocked by a potential lack of disk space.
Resilient
As a business you need to have constant access to your collaborative tools. OVHcloud provides you with collaborative solutions based on a dedicated and resilient infrastructure, monitored by our teams 24/7.
Tags
With object storage, you can sort your storage into categories by adding tags to your objects or buckets. Each tag is associated with a key-value pair.
Temporary URL
You can use temporary URLs to provide read or write access to an object, for a specific period of time. Once the time period has elapsed, the URL will no longer be valid.
Large storage space
You can use up to 100 buckets per S3 account for object storage.
Access Control List (ACL) management
You can configure specific access permissions for objects and containers, by both user and access method.
S3 credential generation
To configure a tool on the S3 API, you can generate credentials that are specific to this use. Simply change the endpoints in the application by using these credentials to get this compatibility.
Large objects
Object Storage allows you to store objects of all sizes, from small to very large, with no size limit. For example, you can store files containing several terabytes of data.
Checksum
The object metadata automatically includes an MD5 signature, in order to ensure the integrity of your transferred object.
DNS usage
You can redirect to a container in your Object Storage by configuring a specific record in your domain name’s DNS zone.

Object Storage Billing
Object storage is charged per GB, per hour. The displayed price indicates the cost of a full month of storage. Outgoing traffic from objects is also charged per GB.
Other products
The advantages of object storage
Object storage offers a number of advantages, the main one being reduced costs as your data grows. Your data is stored on one or more servers sized to accommodate terabytes or even petabytes of information, while optimising operational costs. The environment is also designed to adapt to changing needs, without needing to overhaul the infrastructure or the way it runs.
FAQ
What SLA does OVHcloud offer for accessing the Object Storage service?
The SLA guarantees 99.9% monthly availability for accessing the Object Storage service. For further information, please refer to the Terms & conditions.
What SLA does OVHcloud offer for data resilience on the Object Storage service?
The data resilience rate is 100% for the Object Storage service. For further information, please refer to the Terms & conditions.
File system vs Object Storage: what’s the difference?
There are many differences. The two most important differences are the fact that Object Storage is used for static data only, and that the solution offers unlimited storage space.
Object Storage vs block storage: what’s the difference?
The differences between Object Storage and Block Storage are mainly the access modes and volume limitations. The Block Storage service provides storage spaces that are sized as required and attached to an instance. These spaces are managed by the instance’s operating system. Object Storage provides unlimited space that is managed directly by your application.
How do I access and/or manipulate data in Object Storage?
There are several ways of manipulating the data stored on Object Storage. To integrate this management directly into your application, you can use one of the available SDKs. You can also directly use a client that is available on the market.
What is the maximum authorised size for an object?
An object cannot exceed 5 GB.
What is the limit for the volume of data that can be stored on Object Storage?
Virtually, there is no limit. In other words, OVHcloud manages the service, so that there is always space available.
What is Object Storage?
It is a technology that offers an online storage service. It is accessible via API, provides users with an unlimited amount of space to store data, and the Object Storage cluster is managed by the cloud provider. You can push all types of data into an Object Storage service.
How does Object Storage work?
An Object Storage service works in a cluster with a large number of storage servers sharing algorithms to ensure data resilience. The service places and indexes data depending on which spaces are available. A cluster can be enlarged at any time.
What is the difference between the 2 Standard offers?
Standard - S3 API is suitable for customers who want to use the S3 APIs for object storage. This range also offers improved performance at a better price. Standard - Swift API is a solution for customers who want to use the OpenStack storage solution and standard APIs.
How do I choose between the 3 Object Storage offers?
For performance-intensive needs, the best solution is High Performance Object Storage. For use cases that do not require ultra-high performance, Standard Object Storage - S3 API is the right solution. Standard Object Storage - Swift API is suitable for customers who wish to use only OpenStack native SWIFT APIs.