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.de-de.md
+36-23Lines changed: 36 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Object Storage - Endpunkte und Objektspeicher mit Geo-Verfügbarkeit (EN)
3
-
updated: 2024-11-25
3
+
updated: 2025-05-12
4
4
---
5
5
6
6
<style>
@@ -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.en-asia.md
+36-23Lines changed: 36 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Object Storage - Endpoints and Object Storage geoavailability
3
-
updated: 2024-11-25
3
+
updated: 2025-05-12
4
4
---
5
5
6
6
<style>
@@ -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._
0 commit comments