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
@@ -175,7 +172,6 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
175
172
</table>
176
173
177
174
_<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._
179
175
180
176
The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the following:
181
177
@@ -194,19 +190,18 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
194
190
</tr>
195
191
<tr>
196
192
<td>STANDARD_IA</td>
197
-
<td>Standard Infrequent Access<sup>3</sup></td>
193
+
<td>Standard Infrequent Access</td>
198
194
</tr>
199
195
</table>
200
196
201
-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
202
197
203
198
> [!warning]
204
199
> 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.
205
200
206
201
### Endpoint retrocompatibility
207
202
208
203
> [!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.
210
205
211
206
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`.
212
207
@@ -215,23 +210,20 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
215
210
<table>
216
211
<tr>
217
212
<th>AWS</th>
218
-
<th>OVHcloud current mapping</th>
219
-
<th>OVHcloud mapping from 2025-06-04</th>
213
+
<th>OVHcloud</th>
220
214
</tr>
221
215
<tr>
222
216
<td>EXPRESS_ONEZONE</td>
223
217
<td rowspan=3>High Performance</td>
224
-
<td rowspan=3>High Performance</td>
225
218
</tr>
226
219
<tr>
227
220
<td>STANDARD</td>
228
221
</tr>
229
222
<tr>
230
-
<td>default<sup>4</sup></td>
223
+
<td>default<sup>3</sup></td>
231
224
</tr>
232
225
<tr>
233
226
<td>STANDARD_IA</td>
234
-
<td rowspan=6>Standard</td>
235
227
<td rowspan=3>Standard</td>
236
228
</tr>
237
229
<tr>
@@ -242,7 +234,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
@@ -252,8 +244,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
252
244
</tr>
253
245
</table>
254
246
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._
257
248
258
249
The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is the following:
259
250
@@ -272,11 +263,10 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
272
263
</tr>
273
264
<tr>
274
265
<td>GLACIER_IR</td>
275
-
<td>Standard Infrequent Access<sup>3</sup></td>
266
+
<td>Standard Infrequent Access</td>
276
267
</tr>
277
268
</table>
278
269
279
-
_<sup>3</sup>: The Standard Infrequent Access tier will be available starting from 2025-06-04._
0 commit comments