Skip to content

Commit 6266cb6

Browse files
committed
Object Storage - S3 compatible updates - EN/FR
1 parent 0407caf commit 6266cb6

File tree

78 files changed

+387
-448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+387
-448
lines changed

Diff for: pages/storage_and_backup/object_storage/cold_archive_faq/guide.en-gb.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Cold Archive storage class is an Object Storage service adapted for long-ter
1414
- Strengthening resilience plans, implementing a 3+2+1 strategy.
1515
- Large storage of video/photo media.
1616

17-
This storage class, easily accessible via S3 API, is recommended if your data is stored for more than 6 months without any particular need for restoration (less than one restoration per year).
17+
This storage class, easily accessible via S3 **\*** compatible API, is recommended if your data is stored for more than 6 months without any particular need for restoration (less than one restoration per year).
1818

1919
Its design is highly resilient (4 datacentres), low cost, sustainable (the lifespan of a *tape* is 16 years). However, you will need to wait 48 hours for a request to restore your data.
2020

@@ -26,11 +26,11 @@ To use the service, you will need to meet the following requirements:
2626

2727
- You must have a [Public Cloud project](/pages/public_cloud/compute/create_a_public_cloud_project) in your OVHcloud account.
2828
- You must be logged in to your [OVHcloud Control Panel](/links/manager).
29-
- You must have created a [S3 user](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage).
29+
- You must have createdn a [Object Storage user](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage).
3030

31-
### What S3 features are available with the Cold Archive storage class?
31+
### What features are available with the Cold Archive storage class?
3232

33-
All the features of our Object Storage - S3 API storage classes are supported by the Cold Archive service. You can find the list of functions on [this page](/pages/storage_and_backup/object_storage/s3_s3_compliancy).
33+
All the features of our Object Storage storage classes are supported by the Cold Archive service. You can find the list of functions on [this page](/pages/storage_and_backup/object_storage/s3_s3_compliancy).
3434

3535
Two features have been disabled (versioning and object lock) because, by design, an archived object container has a single version that cannot be modified.
3636

@@ -46,11 +46,11 @@ Please use the endpoint corresponding to this service: [https://s3.rbx-archive.i
4646

4747
After it is created, a bucket is read/write.
4848

49-
You can then upload files to this container via S3 API, CLI or SDK.
49+
You can then upload files to this container via the S3 compatible API, CLI or SDK.
5050

5151
### How do I archive a container?
5252

53-
You archive the container from your user interface, via S3 API, CLI or SDK.
53+
You archive the container from your user interface, via the S3 compatible API, CLI or SDK.
5454

5555
In the user interface, the action is carried out by activating the `Archive`{.action} button.
5656

@@ -109,7 +109,7 @@ This is why the SLA is at 48h although in reality the time can sometimes be much
109109

110110
Yes, you can use the Cold Archive storage class to archive your data which has been backed-up with another cloud provider.
111111

112-
For example, you install a server and set Rclone to synchronize your files from an Object Storage S3 (third-party cloud provider) to OVHcloud S3 Object Storage, following this guide: [Object Storage - Use S3 Object Storage with Rclone](/pages/storage_and_backup/object_storage/s3_rclone).
112+
For example, you install a server and set Rclone to synchronize your files from an Object Storage (third-party cloud provider) to OVHcloud Object Storage, following this guide: [Object Storage - Use Object Storage with Rclone](/pages/storage_and_backup/object_storage/s3_rclone).
113113

114114
### How do I download large volumes?
115115

@@ -131,7 +131,7 @@ We do not offer this service. Archives are stored in *off-line* magnetic tapes,
131131

132132
Billing is done on a volume basis in GB per hour.
133133

134-
During the download phase, your storage volumes are billed at the price of the **Standard object storage - S3 API** storage class.
134+
During the download phase, your storage volumes are billed at the price of the **Object Storage - Standard** class.
135135

136136
After archiving the container (*put-archive*), your data volumes are billed at the price of the **Cold Archive** storage class.
137137

@@ -196,7 +196,7 @@ OVHcloud offers a managed service. OVHcloud takes care of the replacement of mag
196196

197197
### Can I protect my data in transit?
198198

199-
To protect data against theft, the connection between an S3 object storage (*from*) and OVHcloud object storage (*to*) is encrypted and protected by https.
199+
To protect data against theft, the connection between a third-party object storage (*from*) and OVHcloud Object Storage (*to*) is encrypted and protected by https.
200200

201201
In addition, we recommend that you encrypt your data before sending it.
202202

@@ -213,15 +213,15 @@ You have 4 levels of credentials:
213213
- The admin user (commonly known as *NIC admin*)
214214
- The billing user (commonly known as *NIC billing*)
215215
- The OpenStack user
216-
- An S3 user
216+
- An Object user
217217

218218
| ID | Role |
219219
| --- | --- |
220220
| NIC admin | Administrator<br>Billing |
221221
| NIC billing | Billing |
222222
| NIC technical | Administrator |
223223
| OpenStack user | (1) Administrator<br>(2) Object Storage |
224-
| S3 user (S3 credentials) | 4 roles<br>(1) Administrator<br>(2) Read only<br>(3) Read<br>(4) Deny<br><br>Only the administrator role has access to tiering actions (archive, delete, restore) |
224+
| Object Storage user (Object Storage credentials) | 4 roles<br>(1) Administrator<br>(2) Read only<br>(3) Read<br>(4) Deny<br><br>Only the administrator role has access to tiering actions (archive, delete, restore) |
225225

226226
## Resilience
227227

@@ -237,7 +237,7 @@ The redundancy of the data is done by an 8+4 Erasure Coding mechanism. Data can
237237

238238
The service’s SLA is available on [this page](/links/terms-conditions-contracts).
239239

240-
It corresponds to the availability of the Object Storage service (RBX-archive endpoint) at 99.9% and the associated features (S3 API and tiering).
240+
It corresponds to the availability of the Object Storage service (RBX-archive endpoint) at 99.9% and the associated features (S3 compatible API and tiering).
241241

242242
## Go further
243243

Diff for: pages/storage_and_backup/object_storage/cold_archive_faq/guide.fr-fr.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ La classe de stockage « Cold Archive » est un service de stockage objet (*Ob
1414
- renforcement de plan de résilience, mise en place d'une stratégie 3+2+1 ;
1515
- stockage volumineux de media vidéos, photo.
1616

17-
Cette classe de stockage, facilement accessible par API S3, est recommandée si vos données sont stockées pour une durée supérieure à 6 mois sans besoin particulier de restauration (moins d'une restauration par an).
17+
Cette classe de stockage, facilement accessible par API compatible S3 **\***, est recommandée si vos données sont stockées pour une durée supérieure à 6 mois sans besoin particulier de restauration (moins d'une restauration par an).
1818

1919
Son design est hautement résilient (4 datacentres), à bas coût, durable (la durée de vie d'une *tape* est de 16 ans). En contrepartie, il vous faudra patienter 48 heures lors d'une demande de restauration des données.
2020

@@ -26,11 +26,11 @@ Pour utiliser le service, les prérequis sont les suivants :
2626

2727
- Avoir un [projet Public Cloud](/pages/public_cloud/compute/create_a_public_cloud_project) dans votre compte OVHcloud.
2828
- Etre connecté à votre [espace client OVHcloud](/links/manager).
29-
- Avoir créé un [utilisateur S3](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage).
29+
- Avoir créé un [utilisateur Object Storage](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage).
3030

31-
### Quelles sont les fonctions S3 disponibles avec la classe de stockage Cold Archive ? 
31+
### Quelles sont les fonctions disponibles avec la classe de stockage Cold Archive ?
3232

33-
L'ensemble des fonctionnalités de nos classes de stockages Object Storage - S3 API sont supportées par le service Cold Archive. Vous trouverez la liste des fonctions sur [cette page](/pages/storage_and_backup/object_storage/s3_s3_compliancy).
33+
L'ensemble des fonctionnalités de nos classes de stockages Object Storage sont supportées par le service Cold Archive. Vous trouverez la liste des fonctions sur [cette page](/pages/storage_and_backup/object_storage/s3_s3_compliancy).
3434

3535
Deux fonctions ont été désactivées (versioning et object lock) car, par design, un conteneur d'objets archivé a une seule version qui ne peut pas être modifiée.
3636

@@ -46,11 +46,11 @@ Veillez à utiliser l'endpoint correspondant à ce service : [https://s3.rbx-arc
4646

4747
Après sa création, un bucket est en lecture / écriture.
4848

49-
Vous téléversez ensuite des fichiers dans ce conteneur par API S3, CLI ou SDK.
49+
Vous téléversez ensuite des fichiers dans ce conteneur via l'API compatible S3, CLI ou SDK.
5050

5151
### Comment archiver un conteneur ?
5252

53-
Vous archivez le conteneur depuis votre interface utilisateur, par API S3, CLI ou SDK. 
53+
Vous archivez le conteneur depuis votre interface utilisateur,via l'API compatible S3, CLI ou SDK. 
5454

5555
Dans l'interface utilisateur, l'action est réalisée en activant le bouton `Archiver`{.action}. 
5656

@@ -106,7 +106,7 @@ C’est pourquoi le SLA est à 48h bien qu'en réalité le délai peut parfois
106106

107107
Oui, vous pouvez utiliser la classe de stockage Cold Archive pour archiver vos données sauvegardées chez un autre cloud provider.
108108

109-
Par exemple, vous installez un serveur, vous paramétrez Rclone pour synchroniser vos fichiers d'un Object Storage S3 (cloud provider tiers) vers OVHcloud S3 Object Storage, en suivant le guide : [Object Storage - Utiliser S3 Object Storage avec Rclone](/pages/storage_and_backup/object_storage/s3_rclone).
109+
Par exemple, vous installez un serveur, vous paramétrez Rclone pour synchroniser vos fichiers d'un Object Storage (cloud provider tiers) vers OVHcloud Object Storage, en suivant le guide : [Object Storage - Utiliser Object Storage avec Rclone](/pages/storage_and_backup/object_storage/s3_rclone).
110110

111111
### Comment télécharger de larges volumes ?
112112

@@ -128,7 +128,7 @@ Nous n'offrons pas ce service. Les archives sont conservées dans des cassettes
128128

129129
La facturation se fait au volume en Go par heure.
130130

131-
Pendant la phase de téléchargement, vos volumes de stockage sont facturés au prix de la classe de stockage **Standard object storage - S3 API**.
131+
Pendant la phase de téléchargement, vos volumes de stockage sont facturés au prix de la classe de stockage **Object Storage - Standard**.
132132

133133
Après archivage du conteneur (*put-archive*), vos volumes de données sont facturés au prix de la classe de stockage **Cold Archive**.
134134

@@ -193,7 +193,7 @@ OVHcloud offre un service managé. OVHcloud se charge du remplacement des bandes
193193

194194
### Puis-je protéger mes données en transit ?
195195

196-
Pour protéger les données contre un vol, la connexion entre un object storage S3 « *from* » et l'object storage OVHcloud « *to* » est chiffrée, protégée par https.
196+
Pour protéger les données contre un vol, la connexion entre un service Object Storage d'un fournisseur tiers « *from* » et l'Object Storage d'OVHcloud « *to* » est chiffrée, protégée par https.
197197

198198
En complément, nous vous recommandons de chiffrer vos données avant de les envoyer.
199199

@@ -210,15 +210,15 @@ Vous avez à votre disposition 4 niveaux d'identifiants :
210210
- L'utilisateur administrateur (communément appelé *NIC admin*
211211
- L'utilisateur de facturation (communément appelé *NIC billing*)
212212
- L'utilisateur OpenStack
213-
- Un utilisateur S3
213+
- Un utilisateur Object
214214

215215
| ID | Rôle |
216216
| --- | --- |
217217
| NIC admin | Administrator<br>Billing |
218218
| NIC billing | Billing |
219219
| NIC technical | Administrator |
220220
| OpenStack user | (1) Administrator<br>(2) Object Storage |
221-
| S3 user (S3 credentials) | 4 rôles<br>(1) Administrator<br>(2) Read only<br>(3) Read<br>(4) Deny<br><br>Seul le rôle administrateur a accès aux actions de tiering (archive, delete, restore) |
221+
| Object Storage user (Object Storage credentials) | 4 rôles<br>(1) Administrator<br>(2) Read only<br>(3) Read<br>(4) Deny<br><br>Seul le rôle administrateur a accès aux actions de tiering (archive, delete, restore) |
222222

223223
## Resilience
224224

@@ -234,7 +234,7 @@ La redondance de la donnée est effectuée par un mécanisme d'Erasure Coding 8+
234234

235235
Le SLA du service est disponible sur [cette page](/links/terms-conditions-contracts).
236236

237-
Il correspond à la disponibilité du service Object Storage (endpoint RBX-archive) à 99,9% et des fonctions associées (API S3 et tiering).
237+
Il correspond à la disponibilité du service Object Storage (endpoint RBX-archive) à 99,9% et des fonctions associées (API compatible S3 et tiering).
238238

239239
## Aller plus loin
240240

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.de-de.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.en-asia.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.en-au.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.en-ca.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.en-gb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.en-ie.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.en-sg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.es-es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.es-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` is a string used to identify the S3 Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
45+
> - `Id` is a string used to identify the S3 **\*** Intelligent-Tiering configuration. Its value is arbitrary and up to you. It will be necessary for further PUT, GET and DELETE operations on the intelligent-tiering configuration.
4646
>
4747
> - `Status` and `Days` are mandatory but not used.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.fr-ca.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` est une chaîne utilisée pour identifier la configuration de l'Intelligent-Tiering S3. Sa valeur est arbitraire et vous pouvez la modifier. Elle sera nécessaire pour les opérations ultérieures PUT, GET et DELETE sur la configuration de l'Intelligent-Tiering.
45+
> - `Id` est une chaîne utilisée pour identifier la configuration de l'Intelligent-Tiering S3 **\***. Sa valeur est arbitraire et vous pouvez la modifier. Elle sera nécessaire pour les opérations ultérieures PUT, GET et DELETE sur la configuration de l'Intelligent-Tiering.
4646
>
4747
> - `Status` et `Days` sont obligatoires mais non utilisés.
4848
>

Diff for: pages/storage_and_backup/object_storage/cold_archive_getting_started/guide.fr-fr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ delete-ovh-archive = s3api delete-bucket-intelligent-tiering-configuration --id
4242

4343
> [!primary]
4444
>
45-
> - `Id` est une chaîne utilisée pour identifier la configuration de l'Intelligent-Tiering S3. Sa valeur est arbitraire et vous pouvez la modifier. Elle sera nécessaire pour les opérations ultérieures PUT, GET et DELETE sur la configuration de l'Intelligent-Tiering.
45+
> - `Id` est une chaîne utilisée pour identifier la configuration de l'Intelligent-Tiering S3 **\***. Sa valeur est arbitraire et vous pouvez la modifier. Elle sera nécessaire pour les opérations ultérieures PUT, GET et DELETE sur la configuration de l'Intelligent-Tiering.
4646
>
4747
> - `Status` et `Days` sont obligatoires mais non utilisés.
4848
>

0 commit comments

Comments
 (0)