Skip to content

Commit 35c00b2

Browse files
authored
Merge pull request #8474 from ovh/lso_update_endpoints
Object Storage - update endpoints
2 parents 39660fe + 026e8cb commit 35c00b2

File tree

15 files changed

+148
-302
lines changed

15 files changed

+148
-302
lines changed

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

Lines changed: 10 additions & 20 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: 2025-06-04
3+
updated: 2025-10-03
44
---
55

66
<style>
@@ -137,17 +137,14 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
137137
<table>
138138
<tr>
139139
<th>AWS</th>
140-
<th>OVHcloud current mapping</th>
141-
<th>OVHcloud mapping from 2025-06-04</th>
140+
<th>OVHcloud</th>
142141
</tr>
143142
<tr>
144143
<td>EXPRESS_ONEZONE</td>
145144
<td>High Performance</td>
146-
<td>High Performance</td>
147145
</tr>
148146
<tr>
149147
<td>STANDARD</td>
150-
<td rowspan=8>Standard</td>
151148
<td rowspan=3>Standard</td>
152149
</tr>
153150
<tr>
@@ -158,7 +155,7 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
158155
</tr>
159156
<tr>
160157
<td>STANDARD_IA</td>
161-
<td rowspan=5>Standard Infrequent Access<sup>3</sup></td>
158+
<td rowspan=5>Standard Infrequent Access</td>
162159
</tr>
163160
<tr>
164161
<td>ONEZONE_IA</td>
@@ -175,7 +172,6 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
175172
</table>
176173

177174
_<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-04._
179175

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

@@ -194,19 +190,18 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
194190
</tr>
195191
<tr>
196192
<td>STANDARD_IA</td>
197-
<td>Standard Infrequent Access<sup>3</sup></td>
193+
<td>Standard Infrequent Access</td>
198194
</tr>
199195
</table>
200196

201-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
202197

203198
> [!warning]
204199
> Unlike AWS, Express One Zone is treated as a regular storage class by OVHcloud and all our supported S3 compatible features and API operations are available.
205200
206201
### Endpoint retrocompatibility
207202

208203
> [!warning]
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+
> 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.
210205
211206
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`.
212207

@@ -215,23 +210,20 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
215210
<table>
216211
<tr>
217212
<th>AWS</th>
218-
<th>OVHcloud current mapping</th>
219-
<th>OVHcloud mapping from 2025-06-04</th>
213+
<th>OVHcloud</th>
220214
</tr>
221215
<tr>
222216
<td>EXPRESS_ONEZONE</td>
223217
<td rowspan=3>High Performance</td>
224-
<td rowspan=3>High Performance</td>
225218
</tr>
226219
<tr>
227220
<td>STANDARD</td>
228221
</tr>
229222
<tr>
230-
<td>default<sup>4</sup></td>
223+
<td>default<sup>3</sup></td>
231224
</tr>
232225
<tr>
233226
<td>STANDARD_IA</td>
234-
<td rowspan=6>Standard</td>
235227
<td rowspan=3>Standard</td>
236228
</tr>
237229
<tr>
@@ -242,7 +234,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
242234
</tr>
243235
<tr>
244236
<td>GLACIER_IR</td>
245-
<td rowspan=3>Standard Infrequent Access<sup>3</sup></td>
237+
<td rowspan=3>Standard Infrequent Access</td>
246238
</tr>
247239
<tr>
248240
<td>GLACIER</td>
@@ -252,8 +244,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
252244
</tr>
253245
</table>
254246

255-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
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._
247+
_<sup>3</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._
257248

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

@@ -272,11 +263,10 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
272263
</tr>
273264
<tr>
274265
<td>GLACIER_IR</td>
275-
<td>Standard Infrequent Access<sup>3</sup></td>
266+
<td>Standard Infrequent Access</td>
276267
</tr>
277268
</table>
278269

279-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
280270

281271
## Object Storage Swift
282272

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

Lines changed: 10 additions & 20 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: 2025-06-04
3+
updated: 2025-10-03
44

55
---
66

@@ -138,17 +138,14 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
138138
<table>
139139
<tr>
140140
<th>AWS</th>
141-
<th>OVHcloud current mapping</th>
142-
<th>OVHcloud mapping from 2025-06-04</th>
141+
<th>OVHcloud</th>
143142
</tr>
144143
<tr>
145144
<td>EXPRESS_ONEZONE</td>
146145
<td>High Performance</td>
147-
<td>High Performance</td>
148146
</tr>
149147
<tr>
150148
<td>STANDARD</td>
151-
<td rowspan=8>Standard</td>
152149
<td rowspan=3>Standard</td>
153150
</tr>
154151
<tr>
@@ -159,7 +156,7 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
159156
</tr>
160157
<tr>
161158
<td>STANDARD_IA</td>
162-
<td rowspan=5>Standard Infrequent Access<sup>3</sup></td>
159+
<td rowspan=5>Standard Infrequent Access</td>
163160
</tr>
164161
<tr>
165162
<td>ONEZONE_IA</td>
@@ -176,7 +173,6 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
176173
</table>
177174

178175
_<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._
179-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
180176

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

@@ -195,19 +191,18 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
195191
</tr>
196192
<tr>
197193
<td>STANDARD_IA</td>
198-
<td>Standard Infrequent Access<sup>3</sup></td>
194+
<td>Standard Infrequent Access</td>
199195
</tr>
200196
</table>
201197

202-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
203198

204199
> [!warning]
205200
> Unlike AWS, Express One Zone is treated as a regular storage class by OVHcloud and all our supported S3 compatible features and API operations are available.
206201
207202
### Endpoint retrocompatibility
208203

209204
> [!warning]
210-
> - 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.
205+
> 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.
211206
212207
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`.
213208

@@ -216,23 +211,20 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
216211
<table>
217212
<tr>
218213
<th>AWS</th>
219-
<th>OVHcloud current mapping</th>
220-
<th>OVHcloud mapping from 2025-06-04</th>
214+
<th>OVHcloud</th>
221215
</tr>
222216
<tr>
223217
<td>EXPRESS_ONEZONE</td>
224218
<td rowspan=3>High Performance</td>
225-
<td rowspan=3>High Performance</td>
226219
</tr>
227220
<tr>
228221
<td>STANDARD</td>
229222
</tr>
230223
<tr>
231-
<td>default<sup>4</sup></td>
224+
<td>default<sup>3</sup></td>
232225
</tr>
233226
<tr>
234227
<td>STANDARD_IA</td>
235-
<td rowspan=6>Standard</td>
236228
<td rowspan=3>Standard</td>
237229
</tr>
238230
<tr>
@@ -243,7 +235,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
243235
</tr>
244236
<tr>
245237
<td>GLACIER_IR</td>
246-
<td rowspan=3>Standard Infrequent Access<sup>3</sup></td>
238+
<td rowspan=3>Standard Infrequent Access</td>
247239
</tr>
248240
<tr>
249241
<td>GLACIER</td>
@@ -253,8 +245,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
253245
</tr>
254246
</table>
255247

256-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
257-
_<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+
_<sup>3</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._
258249

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

@@ -273,11 +264,10 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
273264
</tr>
274265
<tr>
275266
<td>GLACIER_IR</td>
276-
<td>Standard Infrequent Access<sup>3</sup></td>
267+
<td>Standard Infrequent Access</td>
277268
</tr>
278269
</table>
279270

280-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
281271

282272
## Object Storage Swift
283273

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

Lines changed: 10 additions & 20 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: 2025-06-04
3+
updated: 2025-10-03
44
---
55

66
<style>
@@ -137,17 +137,14 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
137137
<table>
138138
<tr>
139139
<th>AWS</th>
140-
<th>OVHcloud current mapping</th>
141-
<th>OVHcloud mapping from 2025-06-04</th>
140+
<th>OVHcloud</th>
142141
</tr>
143142
<tr>
144143
<td>EXPRESS_ONEZONE</td>
145144
<td>High Performance</td>
146-
<td>High Performance</td>
147145
</tr>
148146
<tr>
149147
<td>STANDARD</td>
150-
<td rowspan=8>Standard</td>
151148
<td rowspan=3>Standard</td>
152149
</tr>
153150
<tr>
@@ -158,7 +155,7 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
158155
</tr>
159156
<tr>
160157
<td>STANDARD_IA</td>
161-
<td rowspan=5>Standard Infrequent Access<sup>3</sup></td>
158+
<td rowspan=5>Standard Infrequent Access</td>
162159
</tr>
163160
<tr>
164161
<td>ONEZONE_IA</td>
@@ -175,7 +172,6 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
175172
</table>
176173

177174
_<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-04._
179175

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

@@ -194,19 +190,18 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
194190
</tr>
195191
<tr>
196192
<td>STANDARD_IA</td>
197-
<td>Standard Infrequent Access<sup>3</sup></td>
193+
<td>Standard Infrequent Access</td>
198194
</tr>
199195
</table>
200196

201-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
202197

203198
> [!warning]
204199
> Unlike AWS, Express One Zone is treated as a regular storage class by OVHcloud and all our supported S3 compatible features and API operations are available.
205200
206201
### Endpoint retrocompatibility
207202

208203
> [!warning]
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+
> 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.
210205
211206
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`.
212207

@@ -215,23 +210,20 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
215210
<table>
216211
<tr>
217212
<th>AWS</th>
218-
<th>OVHcloud current mapping</th>
219-
<th>OVHcloud mapping from 2025-06-04</th>
213+
<th>OVHcloud</th>
220214
</tr>
221215
<tr>
222216
<td>EXPRESS_ONEZONE</td>
223217
<td rowspan=3>High Performance</td>
224-
<td rowspan=3>High Performance</td>
225218
</tr>
226219
<tr>
227220
<td>STANDARD</td>
228221
</tr>
229222
<tr>
230-
<td>default<sup>4</sup></td>
223+
<td>default<sup>3</sup></td>
231224
</tr>
232225
<tr>
233226
<td>STANDARD_IA</td>
234-
<td rowspan=6>Standard</td>
235227
<td rowspan=3>Standard</td>
236228
</tr>
237229
<tr>
@@ -242,7 +234,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
242234
</tr>
243235
<tr>
244236
<td>GLACIER_IR</td>
245-
<td rowspan=3>Standard Infrequent Access<sup>3</sup></td>
237+
<td rowspan=3>Standard Infrequent Access</td>
246238
</tr>
247239
<tr>
248240
<td>GLACIER</td>
@@ -252,8 +244,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
252244
</tr>
253245
</table>
254246

255-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
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._
247+
_<sup>3</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._
257248

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

@@ -272,11 +263,10 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
272263
</tr>
273264
<tr>
274265
<td>GLACIER_IR</td>
275-
<td>Standard Infrequent Access<sup>3</sup></td>
266+
<td>Standard Infrequent Access</td>
276267
</tr>
277268
</table>
278269

279-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
280270

281271
## Object Storage Swift
282272

0 commit comments

Comments
 (0)