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
Copy file name to clipboardExpand all lines: pages/storage_and_backup/object_storage/s3_location/guide.en-ca.md
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,26 +137,28 @@ The mapping for **WRITE(PUT)** operations on the **io** endpoint is the followin
137
137
<table>
138
138
<tr>
139
139
<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>
142
142
</tr>
143
143
<tr>
144
144
<td>EXPRESS_ONEZONE</td>
145
-
<td rowspan=9>Standard</td>
145
+
<td>High Performance</td>
146
146
<td>High Performance</td>
147
147
</tr>
148
148
<tr>
149
149
<td>STANDARD</td>
150
150
<td rowspan=8>Standard</td>
151
+
<td rowspan=3>Standard</td>
151
152
</tr>
152
153
<tr>
153
-
<td>default*</td>
154
+
<td>INTELLIGENT_TIERING</td>
154
155
</tr>
155
156
<tr>
156
-
<td>STANDARD_IA</td>
157
+
<td>default*</td>
157
158
</tr>
158
159
<tr>
159
-
<td>INTELLIGENT_TIERING</td>
160
+
<td>STANDARD_IA</td>
161
+
<td rowspan=5>Standard Infrequent Access**</td>
160
162
</tr>
161
163
<tr>
162
164
<td>ONEZONE_IA</td>
@@ -179,7 +181,7 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
179
181
<table>
180
182
<tr>
181
183
<th>AWS</th>
182
-
<th>OVHcloud mapping from 2024-06-17</th>
184
+
<th>OVHcloud</th>
183
185
</tr>
184
186
<tr>
185
187
<td>EXPRESS_ONEZONE</td>
@@ -189,32 +191,37 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **io** endpoint is the
189
191
<td>STANDARD</td>
190
192
<td>Standard</td>
191
193
</tr>
194
+
<tr>
195
+
<td>STANDARD_IA</td>
196
+
<td>Standard Infrequent Access**</td>
197
+
</tr>
192
198
</table>
193
199
200
+
_** The Standard Infrequent Access tier will be available starting from 2025-06-17._
201
+
194
202
> [!warning]
195
203
> Unlike AWS, Express One Zone will be treated as a regular storage class by OVHcloud and all features and API operations will be available.
196
204
197
-

198
205
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.
202
206
203
207
### Endpoint retrocompatibility
204
208
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
+
205
212
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`.
206
213
207
214
The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the following:
208
215
209
216
<table>
210
217
<tr>
211
218
<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>
214
221
</tr>
215
222
<tr>
216
223
<td>EXPRESS_ONEZONE</td>
217
-
<td rowspan=9>High Performance</td>
224
+
<td rowspan=3>High Performance</td>
218
225
<td rowspan=3>High Performance</td>
219
226
</tr>
220
227
<tr>
@@ -226,6 +233,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
226
233
<tr>
227
234
<td>STANDARD_IA</td>
228
235
<td rowspan=6>Standard</td>
236
+
<td rowspan=3>Standard</td>
229
237
</tr>
230
238
<tr>
231
239
<td>INTELLIGENT_TIERING</td>
@@ -235,6 +243,7 @@ The mapping for **WRITE(PUT)** operations on the **perf** endpoint is the follow
235
243
</tr>
236
244
<tr>
237
245
<td>GLACIER_IR</td>
246
+
<td rowspan=3>Standard Infrequent Access</td>
238
247
</tr>
239
248
<tr>
240
249
<td>GLACIER</td>
@@ -261,9 +270,12 @@ The mapping for **READ(GET/LIST/HEAD)** operations on the **perf** endpoint is t
0 commit comments