Skip to content

Commit eacd018

Browse files
committed
Date update + Duplication
1 parent 05fbe9b commit eacd018

File tree

15 files changed

+430
-287
lines changed

15 files changed

+430
-287
lines changed

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

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Endpunkte und Objektspeicher mit Geo-Verfügbarkeit (EN)
3-
updated: 2024-11-25
3+
updated: 2025-05-12
44
---
55

66
<style>
@@ -9,7 +9,7 @@ td:nth-of-type(2) {
99
}
1010
</style>
1111

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.
1313

1414
## Object Storage
1515

@@ -137,26 +137,28 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
137137
<table>
138138
<tr>
139139
<th>AWS</th>
140-
<th>OVHcloud mapping before 2024-06-17</th>
141-
<th>OVHcloud mapping from 2024-06-17</th>
140+
<th>OVHcloud current mapping</th>
141+
<th>OVHcloud mapping from 2025-06-17</th>
142142
</tr>
143143
<tr>
144144
<td>EXPRESS_ONEZONE</td>
145-
<td rowspan=9>Standard</td>
145+
<td>High Performance</td>
146146
<td>High Performance</td>
147147
</tr>
148148
<tr>
149149
<td>STANDARD</td>
150150
<td rowspan=8>Standard</td>
151+
<td rowspan=3>Standard</td>
151152
</tr>
152153
<tr>
153-
<td>default*</td>
154+
<td>INTELLIGENT_TIERING</td>
154155
</tr>
155156
<tr>
156-
<td>STANDARD_IA</td>
157+
<td>default<sup>2</sup></td>
157158
</tr>
158159
<tr>
159-
<td>INTELLIGENT_TIERING</td>
160+
<td>STANDARD_IA</td>
161+
<td rowspan=5>Standard Infrequent Access<sup>3</sup></td>
160162
</tr>
161163
<tr>
162164
<td>ONEZONE_IA</td>
@@ -172,14 +174,15 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
172174
</tr>
173175
</table>
174176

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._
176179

177180
The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the following:
178181

179182
<table>
180183
<tr>
181184
<th>AWS</th>
182-
<th>OVHcloud mapping from 2024-06-17</th>
185+
<th>OVHcloud</th>
183186
</tr>
184187
<tr>
185188
<td>EXPRESS_ONEZONE</td>
@@ -189,18 +192,21 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
189192
<td>STANDARD</td>
190193
<td>Standard</td>
191194
</tr>
195+
<tr>
196+
<td>STANDARD_IA</td>
197+
<td>Standard Infrequent Access<sup>3</sup></td>
198+
</tr>
192199
</table>
193200

201+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
202+
194203
> [!warning]
195204
> Unlike AWS, Express One Zone will be treated as a regular storage class by OVHcloud and all features and API operations will be available.
196205
197-
![Schema 1](images/io-mapping-v2.png)
206+
### Endpoint retrocompatibility
198207

199208
> [!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.
204210
205211
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`.
206212

@@ -209,23 +215,24 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
209215
<table>
210216
<tr>
211217
<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>
214220
</tr>
215221
<tr>
216222
<td>EXPRESS_ONEZONE</td>
217-
<td rowspan=9>High Performance</td>
223+
<td rowspan=3>High Performance</td>
218224
<td rowspan=3>High Performance</td>
219225
</tr>
220226
<tr>
221227
<td>STANDARD</td>
222228
</tr>
223229
<tr>
224-
<td>default*</td>
230+
<td>default<sup>4</sup></td>
225231
</tr>
226232
<tr>
227233
<td>STANDARD_IA</td>
228234
<td rowspan=6>Standard</td>
235+
<td rowspan=3>Standard</td>
229236
</tr>
230237
<tr>
231238
<td>INTELLIGENT_TIERING</td>
@@ -235,6 +242,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
235242
</tr>
236243
<tr>
237244
<td>GLACIER_IR</td>
245+
<td rowspan=3>Standard Infrequent Access<sup>3</sup></td>
238246
</tr>
239247
<tr>
240248
<td>GLACIER</td>
@@ -244,14 +252,15 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
244252
</tr>
245253
</table>
246254

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._
248257

249258
The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is the following:
250259

251260
<table>
252261
<tr>
253262
<th>AWS</th>
254-
<th>OVHcloud mapping from 2024-06-10</th>
263+
<th>OVHcloud</th>
255264
</tr>
256265
<tr>
257266
<td>STANDARD</td>
@@ -261,9 +270,13 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
261270
<td>STANDARD_IA</td>
262271
<td>Standard</td>
263272
</tr>
273+
<tr>
274+
<td>GLACIER_IR</td>
275+
<td>Standard Infrequent Access<sup>3</sup></td>
276+
</tr>
264277
</table>
265278

266-
![Schema 2](images/perf-mapping-v2.png)
279+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
267280

268281
## Object Storage Swift
269282

@@ -277,4 +290,4 @@ If you need training or technical assistance to implement our solutions, contact
277290

278291
Join our [community of users](/links/community).
279292

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._

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

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object Storage - Endpoints and Object Storage geoavailability
3-
updated: 2024-11-25
3+
updated: 2025-05-12
44
---
55

66
<style>
@@ -9,7 +9,7 @@ td:nth-of-type(2) {
99
}
1010
</style>
1111

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.
1313

1414
## Object Storage
1515

@@ -137,26 +137,28 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
137137
<table>
138138
<tr>
139139
<th>AWS</th>
140-
<th>OVHcloud mapping before 2024-06-17</th>
141-
<th>OVHcloud mapping from 2024-06-17</th>
140+
<th>OVHcloud current mapping</th>
141+
<th>OVHcloud mapping from 2025-06-17</th>
142142
</tr>
143143
<tr>
144144
<td>EXPRESS_ONEZONE</td>
145-
<td rowspan=9>Standard</td>
145+
<td>High Performance</td>
146146
<td>High Performance</td>
147147
</tr>
148148
<tr>
149149
<td>STANDARD</td>
150150
<td rowspan=8>Standard</td>
151+
<td rowspan=3>Standard</td>
151152
</tr>
152153
<tr>
153-
<td>default*</td>
154+
<td>INTELLIGENT_TIERING</td>
154155
</tr>
155156
<tr>
156-
<td>STANDARD_IA</td>
157+
<td>default<sup>2</sup></td>
157158
</tr>
158159
<tr>
159-
<td>INTELLIGENT_TIERING</td>
160+
<td>STANDARD_IA</td>
161+
<td rowspan=5>Standard Infrequent Access<sup>3</sup></td>
160162
</tr>
161163
<tr>
162164
<td>ONEZONE_IA</td>
@@ -172,14 +174,15 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
172174
</tr>
173175
</table>
174176

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._
176179

177180
The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the following:
178181

179182
<table>
180183
<tr>
181184
<th>AWS</th>
182-
<th>OVHcloud mapping from 2024-06-17</th>
185+
<th>OVHcloud</th>
183186
</tr>
184187
<tr>
185188
<td>EXPRESS_ONEZONE</td>
@@ -189,18 +192,21 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
189192
<td>STANDARD</td>
190193
<td>Standard</td>
191194
</tr>
195+
<tr>
196+
<td>STANDARD_IA</td>
197+
<td>Standard Infrequent Access<sup>3</sup></td>
198+
</tr>
192199
</table>
193200

201+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
202+
194203
> [!warning]
195204
> Unlike AWS, Express One Zone will be treated as a regular storage class by OVHcloud and all features and API operations will be available.
196205
197-
![Schema 1](images/io-mapping-v2.png)
206+
### Endpoint retrocompatibility
198207

199208
> [!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.
204210
205211
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`.
206212

@@ -209,23 +215,24 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
209215
<table>
210216
<tr>
211217
<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>
214220
</tr>
215221
<tr>
216222
<td>EXPRESS_ONEZONE</td>
217-
<td rowspan=9>High Performance</td>
223+
<td rowspan=3>High Performance</td>
218224
<td rowspan=3>High Performance</td>
219225
</tr>
220226
<tr>
221227
<td>STANDARD</td>
222228
</tr>
223229
<tr>
224-
<td>default*</td>
230+
<td>default<sup>4</sup></td>
225231
</tr>
226232
<tr>
227233
<td>STANDARD_IA</td>
228234
<td rowspan=6>Standard</td>
235+
<td rowspan=3>Standard</td>
229236
</tr>
230237
<tr>
231238
<td>INTELLIGENT_TIERING</td>
@@ -235,6 +242,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
235242
</tr>
236243
<tr>
237244
<td>GLACIER_IR</td>
245+
<td rowspan=3>Standard Infrequent Access<sup>3</sup></td>
238246
</tr>
239247
<tr>
240248
<td>GLACIER</td>
@@ -244,14 +252,15 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
244252
</tr>
245253
</table>
246254

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._
248257

249258
The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is the following:
250259

251260
<table>
252261
<tr>
253262
<th>AWS</th>
254-
<th>OVHcloud mapping from 2024-06-10</th>
263+
<th>OVHcloud</th>
255264
</tr>
256265
<tr>
257266
<td>STANDARD</td>
@@ -261,9 +270,13 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
261270
<td>STANDARD_IA</td>
262271
<td>Standard</td>
263272
</tr>
273+
<tr>
274+
<td>GLACIER_IR</td>
275+
<td>Standard Infrequent Access<sup>3</sup></td>
276+
</tr>
264277
</table>
265278

266-
![Schema 2](images/perf-mapping-v2.png)
279+
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-17._
267280

268281
## Object Storage Swift
269282

@@ -277,4 +290,4 @@ If you need training or technical assistance to implement our solutions, contact
277290

278291
Join our [community of users](/links/community).
279292

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

Comments
 (0)