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
Copy file name to clipboardExpand all lines: pages/storage_and_backup/object_storage/cold_archive_faq/guide.en-gb.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Cold Archive storage class is an Object Storage service adapted for long-ter
14
14
- Strengthening resilience plans, implementing a 3+2+1 strategy.
15
15
- Large storage of video/photo media.
16
16
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).
18
18
19
19
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.
20
20
@@ -26,11 +26,11 @@ To use the service, you will need to meet the following requirements:
26
26
27
27
- You must have a [Public Cloud project](/pages/public_cloud/compute/create_a_public_cloud_project) in your OVHcloud account.
28
28
- 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).
30
30
31
-
### What S3 features are available with the Cold Archive storage class?
31
+
### What features are available with the Cold Archive storage class?
32
32
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).
34
34
35
35
Two features have been disabled (versioning and object lock) because, by design, an archived object container has a single version that cannot be modified.
36
36
@@ -46,11 +46,11 @@ Please use the endpoint corresponding to this service: [https://s3.rbx-archive.i
46
46
47
47
After it is created, a bucket is read/write.
48
48
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.
50
50
51
51
### How do I archive a container?
52
52
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.
54
54
55
55
In the user interface, the action is carried out by activating the `Archive`{.action} button.
56
56
@@ -109,7 +109,7 @@ This is why the SLA is at 48h although in reality the time can sometimes be much
109
109
110
110
Yes, you can use the Cold Archive storage class to archive your data which has been backed-up with another cloud provider.
111
111
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).
113
113
114
114
### How do I download large volumes?
115
115
@@ -131,7 +131,7 @@ We do not offer this service. Archives are stored in *off-line* magnetic tapes,
131
131
132
132
Billing is done on a volume basis in GB per hour.
133
133
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.
135
135
136
136
After archiving the container (*put-archive*), your data volumes are billed at the price of the **Cold Archive** storage class.
137
137
@@ -196,7 +196,7 @@ OVHcloud offers a managed service. OVHcloud takes care of the replacement of mag
196
196
197
197
### Can I protect my data in transit?
198
198
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.
200
200
201
201
In addition, we recommend that you encrypt your data before sending it.
202
202
@@ -213,15 +213,15 @@ You have 4 levels of credentials:
213
213
- The admin user (commonly known as *NIC admin*)
214
214
- The billing user (commonly known as *NIC billing*)
215
215
- The OpenStack user
216
-
- An S3 user
216
+
- An Object user
217
217
218
218
| ID | Role |
219
219
| --- | --- |
220
220
| NIC admin | Administrator<br>Billing |
221
221
| NIC billing | Billing |
222
222
| NIC technical | Administrator |
223
223
| 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) |
225
225
226
226
## Resilience
227
227
@@ -237,7 +237,7 @@ The redundancy of the data is done by an 8+4 Erasure Coding mechanism. Data can
237
237
238
238
The service’s SLA is available on [this page](/links/terms-conditions-contracts).
239
239
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).
Copy file name to clipboardExpand all lines: pages/storage_and_backup/object_storage/cold_archive_faq/guide.fr-fr.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ La classe de stockage « Cold Archive » est un service de stockage objet (*Ob
14
14
- renforcement de plan de résilience, mise en place d'une stratégie 3+2+1 ;
15
15
- stockage volumineux de media vidéos, photo.
16
16
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).
18
18
19
19
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.
20
20
@@ -26,11 +26,11 @@ Pour utiliser le service, les prérequis sont les suivants :
26
26
27
27
- Avoir un [projet Public Cloud](/pages/public_cloud/compute/create_a_public_cloud_project) dans votre compte OVHcloud.
28
28
- 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).
30
30
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 ?
32
32
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).
34
34
35
35
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.
36
36
@@ -46,11 +46,11 @@ Veillez à utiliser l'endpoint correspondant à ce service : [https://s3.rbx-arc
46
46
47
47
Après sa création, un bucket est en lecture / écriture.
48
48
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.
50
50
51
51
### Comment archiver un conteneur ?
52
52
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.
54
54
55
55
Dans l'interface utilisateur, l'action est réalisée en activant le bouton `Archiver`{.action}.
56
56
@@ -106,7 +106,7 @@ C’est pourquoi le SLA est à 48h bien qu'en réalité le délai peut parfois
106
106
107
107
Oui, vous pouvez utiliser la classe de stockage Cold Archive pour archiver vos données sauvegardées chez un autre cloud provider.
108
108
109
-
Par exemple, vous installez un serveur, vous paramétrez Rclone pour synchroniser vos fichiers d'un ObjectStorage 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 ObjectStorage (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).
110
110
111
111
### Comment télécharger de larges volumes ?
112
112
@@ -128,7 +128,7 @@ Nous n'offrons pas ce service. Les archives sont conservées dans des cassettes
128
128
129
129
La facturation se fait au volume en Go par heure.
130
130
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**.
132
132
133
133
Après archivage du conteneur (*put-archive*), vos volumes de données sont facturés au prix de la classe de stockage **Cold Archive**.
134
134
@@ -193,7 +193,7 @@ OVHcloud offre un service managé. OVHcloud se charge du remplacement des bandes
193
193
194
194
### Puis-je protéger mes données en transit ?
195
195
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.
197
197
198
198
En complément, nous vous recommandons de chiffrer vos données avant de les envoyer.
- L'utilisateur administrateur (communément appelé *NIC admin*)
211
211
- L'utilisateur de facturation (communément appelé *NIC billing*)
212
212
- L'utilisateur OpenStack
213
-
- Un utilisateur S3
213
+
- Un utilisateur Object
214
214
215
215
| ID | Rôle |
216
216
| --- | --- |
217
217
| NIC admin | Administrator<br>Billing |
218
218
| NIC billing | Billing |
219
219
| NIC technical | Administrator |
220
220
| 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) |
222
222
223
223
## Resilience
224
224
@@ -234,7 +234,7 @@ La redondance de la donnée est effectuée par un mécanisme d'Erasure Coding 8+
234
234
235
235
Le SLA du service est disponible sur [cette page](/links/terms-conditions-contracts).
236
236
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).
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` and `Days` are mandatory but not used.
> -`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.
46
46
>
47
47
> -`Status` et `Days` sont obligatoires mais non utilisés.
> -`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.
46
46
>
47
47
> -`Status` et `Days` sont obligatoires mais non utilisés.
0 commit comments