Skip to content

Commit bcc4d04

Browse files
authored
Update Storage classes - EN - guide.en-gb.md
What changed: - new intro sentence - new infrequent access class - new comparison table - new details btw SWIFT & S3 comaptible object storage solutions
1 parent 3dfc6fa commit bcc4d04

File tree

1 file changed

+32
-15
lines changed
  • pages/storage_and_backup/object_storage/s3_choosing_the_right_storage_class_for_your_needs

1 file changed

+32
-15
lines changed

pages/storage_and_backup/object_storage/s3_choosing_the_right_storage_class_for_your_needs/guide.en-gb.md

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,49 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2024-11-25
3+
updated: 2025-05-27
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
77

88
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.
99

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.
1111

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)
1317

1418
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.
1519

1620
This offer is suitable for the following use cases: media/content storage & delivery, datalake, website, backup, logs and application metrics.
1721

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-
2122
### Object Storage - High Performance class (S3 compatible)
2223

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.
2425

2526
This offer is suitable for the following use cases: AI & Analytics, Datalake, High power Computing Multimedia / Content Platform.
2627

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 |
40+
| **Infrequent Access** | Long-term storage, backups, disaster recovery. | milliseconds | 1-AZ and 3-AZ | 1-AZ regions: 99,9% - 3-AZ regions: 99,99% | 30 days | Yes | Object-level, lifecycle management support |
41+
| **Cold Archive** | Very long-term storage, backups, disaster recovery. | hours | 4 dedicated DCs | 99,9% | 90 days | Yes | Bucket-level, no lifeycle management support yet|
42+
43+
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
44+
2945

30-
## The SWIFT object storage offers are:
46+
## OpenStack SWIFT Object Storage tiers
3147

3248
### Standard object storage - SWIFT API
3349

@@ -39,12 +55,13 @@ The Cloud Archive (SWIFT) storage class offers a storage service for long-term d
3955

4056
## All storage classes are accessible through the standard API
4157

42-
| Storage Class | Offer lifecycle management | Standard access via Amazon S3 API | OpenStack access via SWIFT API |
58+
| Storage Class | Compatibility | Availability | Status |
4359
| ------ | ------ | ------ | ------ |
44-
| Object Storage - Standard class (S3 compatible) | Last generation of solutions | yes | no |
45-
| Object Storage - High Performance class (S3 compatible) | Last generation of solutions | yes | no |
46-
| Swift Standard Object Storage | Close listing end | partial | yes |
47-
| Cloud Archive - SWIFT API | Close listing end | no | yes |
60+
| Object Storage - High Performance class | S3-compatible | General Availability | Latest Generation |
61+
| Object Storage - Standard class | S3-compatible | General Availability | Latest Generation |
62+
| Object Storage - Infrequent Access class | S3-compatible | General Availability | Latest Generation |
63+
| Swift Standard Object Storage | OpenStack SWIFT | Supported | Established Solution |
64+
| Cloud Archive - SWIFT API | OpenStack SWIFT | Supported | Established Solution |
4865

4966
The list of all API endpoints can be found [here](/pages/storage_and_backup/object_storage/s3_location).
5067

0 commit comments

Comments
 (0)