Skip to content

Commit 770b015

Browse files
authored
Update guide.en-gb.md
deleted outdated infos
1 parent 5636663 commit 770b015

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

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

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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</sup></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)