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/s3_location/guide.en-gb.md
+35-22Lines changed: 35 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ td:nth-of-type(2) {
9
9
}
10
10
</style>
11
11
12
-
We have designed the Object Storage storage classes to be **compatible with S3**\***API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class.
12
+
We have designed the Object Storage storage classes to be **compatible with S3<sup>1</sup>API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class.
13
13
14
14
## Object Storage
15
15
@@ -137,26 +137,28 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
@@ -172,14 +174,15 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
172
174
</tr>
173
175
</table>
174
176
175
-
_* The default storage class on the **io** endpoint will be Standard, i.e. if you don't specify a storage class, your object will be stored in our Standard tier._
177
+
_<sup>2</sup>: The default storage class on the **io** endpoint will be Standard, i.e. if you don't specify a storage class, your object will be stored in our Standard tier._
178
+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
176
179
177
180
The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the following:
178
181
179
182
<table>
180
183
<tr>
181
184
<th>AWS</th>
182
-
<th>OVHcloud mapping from 2024-06-17</th>
185
+
<th>OVHcloud</th>
183
186
</tr>
184
187
<tr>
185
188
<td>EXPRESS_ONEZONE</td>
@@ -189,18 +192,21 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
189
192
<td>STANDARD</td>
190
193
<td>Standard</td>
191
194
</tr>
195
+
<tr>
196
+
<td>STANDARD_IA</td>
197
+
<td>Standard Infrequent Access<sup>3</sup></td>
198
+
</tr>
192
199
</table>
193
200
201
+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
202
+
194
203
> [!warning]
195
204
> Unlike AWS, Express One Zone will be treated as a regular storage class by OVHcloud and all features and API operations will be available.
196
205
197
-

206
+
### Endpoint retrocompatibility
198
207
199
208
> [!warning]
200
-
> - The storage class will no longer be defined at the bucket creation level, but at individual object upload level.
201
-
> - The **perf** endpoint will be maintained for backward compatibility purposes only, to allow tools that don't support AWS's recent Express_One_Zone storage class to continue operating on our object storage thus we strongly encourage you to migrate to the target **io** endpoint wherever possible.
202
-
203
-
### Endpoint retrocompatibility
209
+
> - The **perf** endpoint will be maintained for backward compatibility purposes only, to allow tools that don't support AWS's recent Express_One_Zone storage class to continue operating on our object storage thus we strongly encourage you to migrate to the target **io** endpoint whenever possible.
204
210
205
211
Although the **io** endpoint is be the preferred endpoint to access the OVHcloud Object Storage service, the **legacy** endpoint `https://s3.<region>.perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes for tools and applications that do not support the latest AWS Express One Zone storage class. This legacy endpoint will also be able to address all buckets and all objects in both Standard and High Performance storage classes and will support all API operations including `listBucket`.
206
212
@@ -209,23 +215,24 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
209
215
<table>
210
216
<tr>
211
217
<th>AWS</th>
212
-
<th>OVHcloud mapping before 2024-06-17</th>
213
-
<th>OVHcloud mapping from 2024-06-17</th>
218
+
<th>OVHcloud current mapping</th>
219
+
<th>OVHcloud mapping from 2025-06-17</th>
214
220
</tr>
215
221
<tr>
216
222
<td>EXPRESS_ONEZONE</td>
217
-
<td rowspan=9>High Performance</td>
223
+
<td rowspan=3>High Performance</td>
218
224
<td rowspan=3>High Performance</td>
219
225
</tr>
220
226
<tr>
221
227
<td>STANDARD</td>
222
228
</tr>
223
229
<tr>
224
-
<td>default*</td>
230
+
<td>default<sup>4</sup></td>
225
231
</tr>
226
232
<tr>
227
233
<td>STANDARD_IA</td>
228
234
<td rowspan=6>Standard</td>
235
+
<td rowspan=3>Standard</td>
229
236
</tr>
230
237
<tr>
231
238
<td>INTELLIGENT_TIERING</td>
@@ -235,6 +242,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
@@ -244,14 +252,15 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
244
252
</tr>
245
253
</table>
246
254
247
-
_* The default storage tier on the **perf** endpoint will be High Performance, i.e. if you don't specify a storage class, your object will be stored in our High Performance tier._
255
+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
256
+
_<sup>4</sup>: The default storage tier on the **perf** endpoint will be High Performance, i.e. if you don't specify a storage class, your object will be stored in our High Performance tier._
248
257
249
258
The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is the following:
250
259
251
260
<table>
252
261
<tr>
253
262
<th>AWS</th>
254
-
<th>OVHcloud mapping from 2024-06-10</th>
263
+
<th>OVHcloud</th>
255
264
</tr>
256
265
<tr>
257
266
<td>STANDARD</td>
@@ -261,9 +270,13 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
261
270
<td>STANDARD_IA</td>
262
271
<td>Standard</td>
263
272
</tr>
273
+
<tr>
274
+
<td>GLACIER_IR</td>
275
+
<td>Standard Infrequent Access<sup>3</sup></td>
276
+
</tr>
264
277
</table>
265
278
266
-

279
+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
267
280
268
281
## Object Storage Swift
269
282
@@ -277,4 +290,4 @@ If you need training or technical assistance to implement our solutions, contact
277
290
278
291
Join our [community of users](/links/community).
279
292
280
-
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.
293
+
_<sup>1</sup>: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc._
Copy file name to clipboardExpand all lines: pages/storage_and_backup/object_storage/s3_location/guide.fr-fr.md
+34-22Lines changed: 34 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ td:nth-of-type(2) {
9
9
}
10
10
</style>
11
11
12
-
Nous avons conçu les classes de stockage Object Storage pour qu’elles soient **compatibles avec S3\***, considérée comme une référence sur le marché du stockage objet. Vous pouvez donc utiliser l'Object Storage avec la plupart des outils de gestion de données via les points de terminaison définis par région et non par classe de stockage.
12
+
Nous avons conçu les classes de stockage Object Storage pour qu’elles soient **compatibles avec S3<sup>1</sup**, considérée comme une référence sur le marché du stockage objet. Vous pouvez donc utiliser l'Object Storage avec la plupart des outils de gestion de données via les points de terminaison définis par région et non par classe de stockage.
13
13
14
14
## Object Storage
15
15
@@ -137,26 +137,28 @@ Le mapping des opérations **WRITE(PUT)** sur le point de terminaison **io** est
@@ -172,14 +174,15 @@ Le mapping des opérations **WRITE(PUT)** sur le point de terminaison **io** est
172
174
</tr>
173
175
</table>
174
176
175
-
_* La classe de stockage par défaut sur le point de terminaison **io** sera Standard, c'est-à-dire que si vous ne spécifiez pas de classe de stockage, votre objet sera stocké dans notre niveau Standard._
177
+
_<sup>2</sup> :La classe de stockage par défaut sur le point de terminaison **io** sera Standard, c'est-à-dire que si vous ne spécifiez pas de classe de stockage, votre objet sera stocké dans notre niveau Standard._
178
+
_<sup>3</sup> : Le niveau de stockage Standard Infrequent Access sera disponible à partir du 17-06-2025._
176
179
177
180
Le mapping des opérations **READ(GET/LIST/HEAD)** sur le point de terminaison **io** est le suivant :
178
181
179
182
<table>
180
183
<tr>
181
184
<th>AWS</th>
182
-
<th>Mapping OVHcloud à partir du 17/06/2024</th>
185
+
<th>OVHcloud</th>
183
186
</tr>
184
187
<tr>
185
188
<td>EXPRESS_ONEZONE</td>
@@ -189,43 +192,47 @@ Le mapping des opérations **READ(GET/LIST/HEAD)** sur le point de terminaison *
189
192
<td>STANDARD</td>
190
193
<td>Standard</td>
191
194
</tr>
195
+
<tr>
196
+
<td>STANDARD_IA</td>
197
+
<td>Standard Infrequent Access<sup>3</sup></td>
198
+
</tr>
192
199
</table>
193
200
201
+
_<sup>3</sup> : Le niveau de stockage Standard Infrequent Access sera disponible à partir du 17-06-2025._
202
+
194
203
> [!warning]
195
204
> Contrairement à AWS, Express One Zone sera traité comme une classe de stockage régulière par OVHcloud et toutes les fonctionnalités et opérations d'API seront disponibles.
196
205
197
-

206
+
### Rétrocompatibilité des points de terminaison
198
207
199
208
> [!warning]
200
-
> - La classe de stockage ne sera plus définie au niveau de la création du bucket, mais au niveau de l'upload d'objets individuels.
201
209
> - Le point de terminaison **perf** sera maintenu à des fins de rétrocompatibilité uniquement, afin de permettre aux outils qui ne prennent pas en charge la récente classe de stockage Express_One_Zone d'AWS de continuer à fonctionner sur notre object storage. Nous vous encourageons donc fortement à migrer vers le point de terminaison **io** cible chaque fois que cela est possible.
202
210
203
-
### Rétrocompatibilité des points de terminaison
204
-
205
211
Bien que le point de terminaison **io** soit le point de terminaison préféré pour accéder au service OVHcloud Object Storage, le point de terminaison **historique**`https://s3.<region>.perf.cloud.ovh.net` sera toujours maintenu à des fins de rétrocompatibilité pour les outils et les applications qui ne prennent pas en charge la dernière classe de stockage AWS Express One Zone. Ce point de terminaison historique sera également en mesure de prendre en charge tous les buckets et tous les objets dans les classes de stockage Standard et High Performance et prendra en charge toutes les opérations, y compris `listBucket`.
206
212
207
213
Le mapping des opérations **WRITE(PUT)** sur le point de terminaison **perf** est le suivant :
208
214
209
215
<table>
210
216
<tr>
211
217
<th>AWS</th>
212
-
<th>Mapping OVHcloud avant le 17/06/2024</th>
213
-
<th>Mapping OVHcloud à partir du 17/06/2024</th>
218
+
<th>OVHcloud mapping actuel</th>
219
+
<th>OVHcloud mapping à partir du 17-06-2025</th>
214
220
</tr>
215
221
<tr>
216
222
<td>EXPRESS_ONEZONE</td>
217
-
<td rowspan=9>High Performance</td>
223
+
<td rowspan=3>High Performance</td>
218
224
<td rowspan=3>High Performance</td>
219
225
</tr>
220
226
<tr>
221
227
<td>STANDARD</td>
222
228
</tr>
223
229
<tr>
224
-
<td>Par défaut *</td>
230
+
<td>default<sup>4</sup></td>
225
231
</tr>
226
232
<tr>
227
233
<td>STANDARD_IA</td>
228
234
<td rowspan=6>Standard</td>
235
+
<td rowspan=3>Standard</td>
229
236
</tr>
230
237
<tr>
231
238
<td>INTELLIGENT_TIERING</td>
@@ -235,6 +242,7 @@ Le mapping des opérations **WRITE(PUT)** sur le point de terminaison **perf** e
@@ -244,14 +252,14 @@ Le mapping des opérations **WRITE(PUT)** sur le point de terminaison **perf** e
244
252
</tr>
245
253
</table>
246
254
247
-
_* Le niveau de stockage par défaut sur le point de terminaison **perf** sera High Performance, c'est-à-dire que si vous ne spécifiez pas de classe de stockage, votre objet sera stocké dans notre niveau High Performance._
255
+
_<sup>3</sup> : Le niveau de stockage Standard Infrequent Access sera disponible à partir du 17-06-2025._
256
+
_<sup>4</sup> : Le niveau de stockage par défaut sur le point de terminaison **perf** sera High Performance, c'est-à-dire que si vous ne spécifiez pas de classe de stockage, votre objet sera stocké dans notre niveau High Performance._
248
257
249
258
Le mapping des opérations **READ(GET/LIST/HEAD)** sur le point de terminaison **perf** est le suivant :
250
-
251
259
<table>
252
260
<tr>
253
261
<th>AWS</th>
254
-
<th>Mapping OVHcloud à partir du 10/06/2024</th>
262
+
<th>OVHcloud</th>
255
263
</tr>
256
264
<tr>
257
265
<td>STANDARD</td>
@@ -261,9 +269,13 @@ Le mapping des opérations **READ(GET/LIST/HEAD)** sur le point de terminaison *
261
269
<td>STANDARD_IA</td>
262
270
<td>Standard</td>
263
271
</tr>
272
+
<tr>
273
+
<td>GLACIER_IR</td>
274
+
<td>Standard Infrequent Access<sup>3</sup></td>
275
+
</tr>
264
276
</table>
265
277
266
-

278
+
_<sup>3</sup> : Le niveau de stockage Standard Infrequent Access sera disponible à partir du 17-06-2025._
267
279
268
280
## Object Storage Swift
269
281
@@ -277,4 +289,4 @@ Si vous avez besoin d'une formation ou d'une assistance technique pour la mise e
277
289
278
290
Échangez avec notre [communauté d'utilisateurs](/links/community).
279
291
280
-
**\*** : S3 est une marque déposée appartenant à Amazon Technologies, Inc. Les services de OVHcloud ne sont pas sponsorisés, approuvés, ou affiliés de quelque manière que ce soit.
292
+
_<sup>1</sup : S3 est une marque déposée appartenant à Amazon Technologies, Inc. Les services de OVHcloud ne sont pas sponsorisés, approuvés, ou affiliés de quelque manière que ce soit._
0 commit comments