Skip to content

Commit fafe2b8

Browse files
authored
Merge pull request #8116 from ovh/AG-faq-upgrade
Object Storage FAQ upgrade
2 parents 3374840 + 15a630c commit fafe2b8

File tree

15 files changed

+344
-15
lines changed

15 files changed

+344
-15
lines changed

pages/storage_and_backup/object_storage/s3_choosing_the_right_storage_class_for_your_needs/guide.de-de.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Auswahl der richtigen Speicherklasse für Ihre Anforderungen (EN)
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,27 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
4566

4667
## OpenStack SWIFT Object Storage tiers
4768

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Choosing the right storage class for your needs
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

pages/storage_and_backup/object_storage/s3_choosing_the_right_storage_class_for_your_needs/guide.es-es.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Elegir la clase de almacenamiento adecuada para sus necesidades (EN)
3-
updated: 2025-06-04
3+
updated: 2025-07-03
44
---
55

66
Object Storage is a family of storage solutions that offer high-performance, scalable and secure storage spaces.
@@ -42,6 +42,28 @@ This offer is suitable for the following use cases: long-term storage, backups,
4242

4343
More details about available regions [here](/pages/storage_and_backup/object_storage/s3_location).
4444

45+
### Additional details
46+
47+
#### Minimum storage duration
48+
49+
It refers to the **minimum amount of time that an object must be stored in a particular storage class**. In case of early deletion, using *delete-object* requests, a pro-rated fee equal to the remaining days is applied. Be careful with non-versioned buckets, if the object is overwritten, this will be considered as a deletion of the current object version and the pro-rated fee will be applied too.
50+
51+
For example, for the Infrequent Access class, the minimum storage time is 730 hours (30 days). If an object is deleted during this period, an additional charge will be applied and calculated using the following formula: [730h - # of hours of storage of the object] x price per hour of storage class.
52+
53+
#### Retrieval fee
54+
55+
It refers to a **charge that is applied when you retrieve or access data that is stored in a particular storage class**. The retrieval fee is calculated based on the amount of data retrieved (per GiB retrieved).
56+
57+
For the Infrequent Access class, only *get-object* requests are considered as retrieval fee.
58+
59+
For our Cold Archive class, only *restore* requests are considered as retrieval fee.
60+
61+
#### Lifecycle management support
62+
63+
It refers to the ability to **automatically manage the storage lifecycle of your objects**, such as transitioning them from one storage class to another, based on predefined rules and policies. This allows you to optimize storage costs and simplify data management. Object-level granularity is required because it allows you to manage at the individual object level. **Lifecycle transition requests are free of charge.**
64+
65+
More details about lifecycle management [here](/pages/storage_and_backup/object_storage/s3_bucket_lifecycle).
66+
4567

4668
## OpenStack SWIFT Object Storage tiers
4769

0 commit comments

Comments
 (0)