Skip to content

Commit cf37cb4

Browse files
authored
Update guide.en-ca.md
added future standard infrequent access tier to mapping
1 parent 3f93da4 commit cf37cb4

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

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

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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*</td>
157158
</tr>
158159
<tr>
159-
<td>INTELLIGENT_TIERING</td>
160+
<td>STANDARD_IA</td>
161+
<td rowspan=5>Standard Infrequent Access**</td>
160162
</tr>
161163
<tr>
162164
<td>ONEZONE_IA</td>
@@ -179,7 +181,7 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
179181
<table>
180182
<tr>
181183
<th>AWS</th>
182-
<th>OVHcloud mapping from 2024-06-17</th>
184+
<th>OVHcloud</th>
183185
</tr>
184186
<tr>
185187
<td>EXPRESS_ONEZONE</td>
@@ -189,32 +191,37 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
189191
<td>STANDARD</td>
190192
<td>Standard</td>
191193
</tr>
194+
<tr>
195+
<td>STANDARD_IA</td>
196+
<td>Standard Infrequent Access**</td>
197+
</tr>
192198
</table>
193199

200+
_** The Standard Infrequent Access tier will be available starting from 2025-06-17._
201+
194202
> [!warning]
195203
> Unlike AWS, Express One Zone will be treated as a regular storage class by OVHcloud and all features and API operations will be available.
196204
197-
![Schema 1](images/io-mapping-v2.png)
198205

199-
> [!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.
202206

203207
### Endpoint retrocompatibility
204208

209+
> [!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.
211+
205212
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`.
206213

207214
The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the following:
208215

209216
<table>
210217
<tr>
211218
<th>AWS</th>
212-
<th>OVHcloud mapping before 2024-06-17</th>
213-
<th>OVHcloud mapping from 2024-06-17</th>
219+
<th>OVHcloud current mapping</th>
220+
<th>OVHcloud mapping from 2025-06-17</th>
214221
</tr>
215222
<tr>
216223
<td>EXPRESS_ONEZONE</td>
217-
<td rowspan=9>High Performance</td>
224+
<td rowspan=3>High Performance</td>
218225
<td rowspan=3>High Performance</td>
219226
</tr>
220227
<tr>
@@ -226,6 +233,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
226233
<tr>
227234
<td>STANDARD_IA</td>
228235
<td rowspan=6>Standard</td>
236+
<td rowspan=3>Standard</td>
229237
</tr>
230238
<tr>
231239
<td>INTELLIGENT_TIERING</td>
@@ -235,6 +243,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
235243
</tr>
236244
<tr>
237245
<td>GLACIER_IR</td>
246+
<td rowspan=3>Standard Infrequent Access</td>
238247
</tr>
239248
<tr>
240249
<td>GLACIER</td>
@@ -261,9 +270,12 @@ 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</td>
276+
</tr>
264277
</table>
265278

266-
![Schema 2](images/perf-mapping-v2.png)
267279

268280
## Object Storage Swift
269281

0 commit comments

Comments
 (0)