You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What changed:
- new intro sentence
- new infrequent access class
- new comparison table
- new details btw SWIFT & S3 comaptible object storage solutions
Copy file name to clipboardExpand all lines: pages/storage_and_backup/object_storage/s3_choosing_the_right_storage_class_for_your_needs/guide.en-gb.md
+32-15Lines changed: 32 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,49 @@
1
1
---
2
2
title: Object Storage - Choosing the right storage class for your needs
3
-
updated: 2024-11-25
3
+
updated: 2025-05-27
4
4
---
5
5
6
6
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
7
7
8
8
With object storage solutions, you can store static files (videos, images, web files...) in an unlimited space via a public access point, called an endpoint. You can use these files from an application, or you can make them accessible on the web. These storage spaces are accessible via an API interface.
9
9
10
-
## The object storage offers are:
10
+
We offer two Object Storage solutions: our **latest generation S3-compatible Object Storage**, which is generally available, and our **established SWIFT Object Storage**, which remains a supported option for users. However, we recommend, using the S3-compatible Object Storage solution for newly designed applications as it benefits from latest features.
11
11
12
-
### Object Storage - Standard class (S3 **\*** compatible)
12
+
## S3* compatible Object Storage tiers
13
+
14
+
Our **S3 compatible Object Storage classes** are tailored to meet specific requirements for your workloads including overall performance, availability and resiliency levels, access time and costs.
15
+
16
+
### Object Storage - Standard class (S3 compatible)
13
17
14
18
The Standard storage class offers a scalable object storage service, compatible with the vast majority of use cases, adapted to any type of volume. The solution is based on HDD storage within a resilient architecture in a datacentre. The solution is accessible via S3 compatible API.
15
19
16
20
This offer is suitable for the following use cases: media/content storage & delivery, datalake, website, backup, logs and application metrics.
17
21
18
-
> [!primary]
19
-
> The Standard storage class is available on both **1-AZ and 3-AZ** regions. More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
20
-
21
22
### Object Storage - High Performance class (S3 compatible)
22
23
23
-
The High Performance storage class is a high-performance object storage space for applications that have high bandwidth requirements and require extremely fast and intensive read and write access to data. The solution relies on storage on high-performance NVMe SSD disks, within a resilient architecture in a datacentre. The solution is accessible via an S3 API.
24
+
The High Performance storage class is a high-performance object storage space for applications that have high bandwidth requirements and require extremely fast and intensive read and write access to data. The solution relies on storage on high-performance NVMe SSD disks, within a resilient architecture in a datacentre.
24
25
25
26
This offer is suitable for the following use cases: AI & Analytics, Datalake, High power Computing Multimedia / Content Platform.
26
27
27
-
> [!primary]
28
-
> The High Performance storage class is available on **1-AZ regions** only. More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
28
+
### Object Storage - Infrequent Access class (S3 compatible)
29
+
30
+
The Infrequent Access storage class is designed for infrequently accessed data, also known as "cool" data storage, requiring fast data retrieval. It offers similar performance (ms TTFB, low latency) and availability than Standard Object Storage but with a lower cost per GiB-hour and a per GiB retrieval fee.
31
+
32
+
This offer is suitable for the following use cases: long-term storage, backups, disaster recovery.
33
+
34
+
### Comparison Table
35
+
36
+
| Storage Class | Use Cases | Performance (TTFB) | Supported Regions | Availability SLA | Minimum storage duration | Retrieval fee | Granularity |
37
+
| --- | --- | --- | --- | --- | --- | --- | --- |
38
+
|**High Performance**| AI & Analytics, Datalake, High power Computing Multimedia / Content Platform | milliseconds | 1-AZ | 1-AZ regions: 99,9% | No | No | Object-level, lifecycle management support |
39
+
|**Standard**| Media/content storage, datalake, website, backup, logs, application metrics | milliseconds | 1-AZ and 3-AZ | 1-AZ regions: 99,9% - 3-AZ regions: 99,99% | No | No | Object-level, lifecycle management support |
0 commit comments