Skip to content

Commit c08f253

Browse files
authored
Merge pull request #8393 from ovh/update-Objectstorage-gettingstarted-ui
update(Object Storage): update UI for the getting started guide
2 parents a889c7c + d6f0294 commit c08f253

File tree

58 files changed

+360
-360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+360
-360
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Erste Schritte mit Object Storage (EN)
33
excerpt: This guide is designed to familiarise you with the management of your containers/objects
4-
updated: 2025-06-04
4+
updated: 2025-09-15
55
---
66

77
<style>
@@ -73,7 +73,7 @@ user@host:~$ aws --version
7373

7474
Click on the name of your bucket to view its details and content:
7575

76-
![Bucket details](images/highperf-create-container-20220928091433895.png){.thumbnail}
76+
![Bucket details](images/object_storage_information_panel.png){.thumbnail}
7777

7878
#### Configuration
7979

@@ -178,7 +178,7 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
178178
> Via the OVHcloud Control Panel
179179
>> Click on `Object Storage`{.action} in the navigation bar on the left and then on the `My containers`{.action} tab.
180180
>>
181-
>> ![My Dashboard containers](images/01-object-storage-bucket-listing.png){.thumbnail}
181+
>> ![My Dashboard containers](images/object_storage_list.png){.thumbnail}
182182
183183
#### Create a bucket
184184
@@ -225,27 +225,27 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
225225
>>
226226
>> ![Select a region](images/object-storage-bucket-creation-step3.png){.thumbnail}
227227
>>
228-
>> You must link a user to the bucket:
229-
>>
230-
>> ![Link to user](images/object-storage-bucket-creation-step4_1.png){.thumbnail}
231-
>>
232-
>> To do this, you can link an existing Object Storage user:
233-
>>
234-
>> ![Link to user](images/object-storage-bucket-creation-step4_2.png){.thumbnail}
228+
>> > [!primary]
229+
>> >
230+
>> > If you selected the 3AZ deployment mode, an additional step will appear to configure offsite replication.
231+
>> >
232+
>> > ![enabling offsite replication](images/object-storage-creation-step-offsite-replication.png){.thumbnail}
233+
>> >
235234
>>
236-
>> You can view the user credentials by clicking on `View credentials`{.action}:
235+
>> At this stage, you can decide whether or not to enable **versioning**.
237236
>>
238-
>> ![view credentials](images/object-storage-bucket-creation-step4_3.png){.thumbnail}
237+
>> Versioning allows you to keep multiple variants of an object in the same bucket. This feature helps **preserve, retrieve, and restore every version of every object stored in your buckets**, making it easier to recover from unintended user actions or application failures. By default, versioning is disabled on buckets, and you must explicitly enable it. Find more information about versioning on our [dedicated guide](/pages/storage_and_backup/object_storage/s3_versioning).
239238
>>
240-
>> Or you can create a new Object Storage user:
239+
>> ![Enabling versioning](images/object-storage-bucket-creation-step4.png){.thumbnail}
241240
>>
242-
>> ![Create an Object Storage user](images/object-storage-bucket-creation-step4_4.png){.thumbnail}
241+
>> You must link a user to the bucket:
243242
>>
244-
>> At this stage, you can decide whether or not to enable **versioning**.
243+
>> ![Link to user](images/object-storage-bucket-creation-step5.png){.thumbnail}
245244
>>
246-
>> Versioning allows you to keep multiple variants of an object in the same bucket. This feature helps **preserve, retrieve, and restore every version of every object stored in your buckets**, making it easier to recover from unintended user actions or application failures. By default, versioning is disabled on buckets, and you must explicitly enable it. Find more information about versioning on our [dedicated guide](/pages/storage_and_backup/object_storage/s3_versioning).
245+
>> To do this, you can either:
247246
>>
248-
>> ![Enabling versioning](images/object-storage-bucket-creation-step5.png){.thumbnail}
247+
>> - Link an existing Object Storage user. To check the credentials, click on `View credentials`{.action}.
248+
>> - Or create a new Object Storage user.
249249
>>
250250
>> You can now decide whether or not you wish to **encrypt your data** using [SSE-OMK (server-side encryption with OVHcloud Managed Keys)](/pages/storage_and_backup/object_storage/s3_encrypt_your_objects_with_sse_c).
251251
>>
@@ -262,7 +262,7 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
262262
>>
263263
>> Congratulations, your bucket is created:
264264
>>
265-
>> ![Result](images/01-object-storage-bucket-listing.png)
265+
>> ![Result](images/object_storage_list.png){.thumbnail}
266266
>>
267267
268268
#### Uploading your files as objects in your bucket
@@ -316,15 +316,15 @@ As part of the object upload process to an Object Storage bucket, users can sele
316316
> Via the OVHcloud Control Panel
317317
>> Click on the `name of your container`{.action}:
318318
>>
319-
>> ![Go in bucket](images/go-in-bucket.png){.thumbnail}
319+
>> ![Go in bucket](images/object_storage_list_selection.png){.thumbnail}
320320
>>
321321
>> Click on `Add objects`{.action}
322322
>>
323-
>> ![Upload file](images/upload-file.png){.thumbnail}
323+
>> ![Upload file](images/object_storage_add_object.png){.thumbnail}
324324
>>
325325
>> You can add a prefix to your object name (the object name is the same as the file name). Select the storage class. Finally, select the file you are about to download and click on the `Import`{.action} button.
326326
>>
327-
>> ![upload file window](images/upload-files-window.png)
327+
>> ![upload file window](images/object_storage_add_object_window.png){.thumbnail}
328328
329329
#### Downloading an object from a bucket
330330
@@ -372,7 +372,7 @@ As part of the object upload process to an Object Storage bucket, users can sele
372372
> Via the OVHcloud Control Panel
373373
>> Click on the `...`{.action} button on the object line, then click `Download`{.action}.
374374
>>
375-
>> ![Download file from bucket](images/download-file-from-bucket.png){.thumbnail}
375+
>> ![Download file from bucket](images/object_storage_items_download.png){.thumbnail}
376376
377377
#### Synchronising buckets
378378
@@ -469,15 +469,15 @@ As part of the object upload process to an Object Storage bucket, users can sele
469469
>>
470470
>> In the list of object storage containers, click on the `...`{.action} button on the containers line, then click `Delete`{.action}.
471471
>>
472-
>> ![Delete bucket](images/delete-bucket.png){.thumbnail}
472+
>> ![Delete bucket](images/object_storage_list_delete.png){.thumbnail}
473473
>>
474474
>> Click on `Confirm`{.action}.
475475
>>
476476
>> **Deleting objects:**
477477
>>
478478
>> Go to the relevant bucket and click on the `...`{.action} button on the object line, then click `Delete`{.action}.
479479
>>
480-
>> ![Delete file](images/delete-file.png){.thumbnail}
480+
>> ![Delete file](images/object_storage_items_delete.png){.thumbnail}
481481
>>
482482
>> Click on `Confirm`{.action}.
483483
>>

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Getting started with Object Storage
33
excerpt: This guide is designed to familiarise you with the management of your containers/objects
4-
updated: 2025-06-04
4+
updated: 2025-09-15
55
---
66

77
<style>
@@ -73,7 +73,7 @@ user@host:~$ aws --version
7373

7474
Click on the name of your bucket to view its details and content:
7575

76-
![Bucket details](images/highperf-create-container-20220928091433895.png){.thumbnail}
76+
![Bucket details](images/object_storage_information_panel.png){.thumbnail}
7777

7878
#### Configuration
7979

@@ -178,7 +178,7 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
178178
> Via the OVHcloud Control Panel
179179
>> Click on `Object Storage`{.action} in the navigation bar on the left and then on the `My containers`{.action} tab.
180180
>>
181-
>> ![My Dashboard containers](images/01-object-storage-bucket-listing.png){.thumbnail}
181+
>> ![My Dashboard containers](images/object_storage_list.png){.thumbnail}
182182
183183
#### Create a bucket
184184
@@ -225,27 +225,27 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
225225
>>
226226
>> ![Select a region](images/object-storage-bucket-creation-step3.png){.thumbnail}
227227
>>
228-
>> You must link a user to the bucket:
229-
>>
230-
>> ![Link to user](images/object-storage-bucket-creation-step4_1.png){.thumbnail}
231-
>>
232-
>> To do this, you can link an existing Object Storage user:
233-
>>
234-
>> ![Link to user](images/object-storage-bucket-creation-step4_2.png){.thumbnail}
228+
>> > [!primary]
229+
>> >
230+
>> > If you selected the 3AZ deployment mode, an additional step will appear to configure offsite replication.
231+
>> >
232+
>> > ![enabling offsite replication](images/object-storage-creation-step-offsite-replication.png){.thumbnail}
233+
>> >
235234
>>
236-
>> You can view the user credentials by clicking on `View credentials`{.action}:
235+
>> At this stage, you can decide whether or not to enable **versioning**.
237236
>>
238-
>> ![view credentials](images/object-storage-bucket-creation-step4_3.png){.thumbnail}
237+
>> Versioning allows you to keep multiple variants of an object in the same bucket. This feature helps **preserve, retrieve, and restore every version of every object stored in your buckets**, making it easier to recover from unintended user actions or application failures. By default, versioning is disabled on buckets, and you must explicitly enable it. Find more information about versioning on our [dedicated guide](/pages/storage_and_backup/object_storage/s3_versioning).
239238
>>
240-
>> Or you can create a new Object Storage user:
239+
>> ![Enabling versioning](images/object-storage-bucket-creation-step4.png){.thumbnail}
241240
>>
242-
>> ![Create an Object Storage user](images/object-storage-bucket-creation-step4_4.png){.thumbnail}
241+
>> You must link a user to the bucket:
243242
>>
244-
>> At this stage, you can decide whether or not to enable **versioning**.
243+
>> ![Link to user](images/object-storage-bucket-creation-step5.png){.thumbnail}
245244
>>
246-
>> Versioning allows you to keep multiple variants of an object in the same bucket. This feature helps **preserve, retrieve, and restore every version of every object stored in your buckets**, making it easier to recover from unintended user actions or application failures. By default, versioning is disabled on buckets, and you must explicitly enable it. Find more information about versioning on our [dedicated guide](/pages/storage_and_backup/object_storage/s3_versioning).
245+
>> To do this, you can either:
247246
>>
248-
>> ![Enabling versioning](images/object-storage-bucket-creation-step5.png){.thumbnail}
247+
>> - Link an existing Object Storage user. To check the credentials, click on `View credentials`{.action}.
248+
>> - Or create a new Object Storage user.
249249
>>
250250
>> You can now decide whether or not you wish to **encrypt your data** using [SSE-OMK (server-side encryption with OVHcloud Managed Keys)](/pages/storage_and_backup/object_storage/s3_encrypt_your_objects_with_sse_c).
251251
>>
@@ -262,7 +262,7 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
262262
>>
263263
>> Congratulations, your bucket is created:
264264
>>
265-
>> ![Result](images/01-object-storage-bucket-listing.png)
265+
>> ![Result](images/object_storage_list.png){.thumbnail}
266266
>>
267267
268268
#### Uploading your files as objects in your bucket
@@ -316,15 +316,15 @@ As part of the object upload process to an Object Storage bucket, users can sele
316316
> Via the OVHcloud Control Panel
317317
>> Click on the `name of your container`{.action}:
318318
>>
319-
>> ![Go in bucket](images/go-in-bucket.png){.thumbnail}
319+
>> ![Go in bucket](images/object_storage_list_selection.png){.thumbnail}
320320
>>
321321
>> Click on `Add objects`{.action}
322322
>>
323-
>> ![Upload file](images/upload-file.png){.thumbnail}
323+
>> ![Upload file](images/object_storage_add_object.png){.thumbnail}
324324
>>
325325
>> You can add a prefix to your object name (the object name is the same as the file name). Select the storage class. Finally, select the file you are about to download and click on the `Import`{.action} button.
326326
>>
327-
>> ![upload file window](images/upload-files-window.png)
327+
>> ![upload file window](images/object_storage_add_object_window.png){.thumbnail}
328328
329329
#### Downloading an object from a bucket
330330
@@ -372,7 +372,7 @@ As part of the object upload process to an Object Storage bucket, users can sele
372372
> Via the OVHcloud Control Panel
373373
>> Click on the `...`{.action} button on the object line, then click `Download`{.action}.
374374
>>
375-
>> ![Download file from bucket](images/download-file-from-bucket.png){.thumbnail}
375+
>> ![Download file from bucket](images/object_storage_items_download.png){.thumbnail}
376376
377377
#### Synchronising buckets
378378
@@ -469,15 +469,15 @@ As part of the object upload process to an Object Storage bucket, users can sele
469469
>>
470470
>> In the list of object storage containers, click on the `...`{.action} button on the containers line, then click `Delete`{.action}.
471471
>>
472-
>> ![Delete bucket](images/delete-bucket.png){.thumbnail}
472+
>> ![Delete bucket](images/object_storage_list_delete.png){.thumbnail}
473473
>>
474474
>> Click on `Confirm`{.action}.
475475
>>
476476
>> **Deleting objects:**
477477
>>
478478
>> Go to the relevant bucket and click on the `...`{.action} button on the object line, then click `Delete`{.action}.
479479
>>
480-
>> ![Delete file](images/delete-file.png){.thumbnail}
480+
>> ![Delete file](images/object_storage_items_delete.png){.thumbnail}
481481
>>
482482
>> Click on `Confirm`{.action}.
483483
>>

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Getting started with Object Storage
33
excerpt: This guide is designed to familiarise you with the management of your containers/objects
4-
updated: 2025-06-04
4+
updated: 2025-09-15
55
---
66

77
<style>
@@ -73,7 +73,7 @@ user@host:~$ aws --version
7373

7474
Click on the name of your bucket to view its details and content:
7575

76-
![Bucket details](images/highperf-create-container-20220928091433895.png){.thumbnail}
76+
![Bucket details](images/object_storage_information_panel.png){.thumbnail}
7777

7878
#### Configuration
7979

@@ -178,7 +178,7 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
178178
> Via the OVHcloud Control Panel
179179
>> Click on `Object Storage`{.action} in the navigation bar on the left and then on the `My containers`{.action} tab.
180180
>>
181-
>> ![My Dashboard containers](images/01-object-storage-bucket-listing.png){.thumbnail}
181+
>> ![My Dashboard containers](images/object_storage_list.png){.thumbnail}
182182
183183
#### Create a bucket
184184
@@ -225,27 +225,27 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
225225
>>
226226
>> ![Select a region](images/object-storage-bucket-creation-step3.png){.thumbnail}
227227
>>
228-
>> You must link a user to the bucket:
229-
>>
230-
>> ![Link to user](images/object-storage-bucket-creation-step4_1.png){.thumbnail}
231-
>>
232-
>> To do this, you can link an existing Object Storage user:
233-
>>
234-
>> ![Link to user](images/object-storage-bucket-creation-step4_2.png){.thumbnail}
228+
>> > [!primary]
229+
>> >
230+
>> > If you selected the 3AZ deployment mode, an additional step will appear to configure offsite replication.
231+
>> >
232+
>> > ![enabling offsite replication](images/object-storage-creation-step-offsite-replication.png){.thumbnail}
233+
>> >
235234
>>
236-
>> You can view the user credentials by clicking on `View credentials`{.action}:
235+
>> At this stage, you can decide whether or not to enable **versioning**.
237236
>>
238-
>> ![view credentials](images/object-storage-bucket-creation-step4_3.png){.thumbnail}
237+
>> Versioning allows you to keep multiple variants of an object in the same bucket. This feature helps **preserve, retrieve, and restore every version of every object stored in your buckets**, making it easier to recover from unintended user actions or application failures. By default, versioning is disabled on buckets, and you must explicitly enable it. Find more information about versioning on our [dedicated guide](/pages/storage_and_backup/object_storage/s3_versioning).
239238
>>
240-
>> Or you can create a new Object Storage user:
239+
>> ![Enabling versioning](images/object-storage-bucket-creation-step4.png){.thumbnail}
241240
>>
242-
>> ![Create an Object Storage user](images/object-storage-bucket-creation-step4_4.png){.thumbnail}
241+
>> You must link a user to the bucket:
243242
>>
244-
>> At this stage, you can decide whether or not to enable **versioning**.
243+
>> ![Link to user](images/object-storage-bucket-creation-step5.png){.thumbnail}
245244
>>
246-
>> Versioning allows you to keep multiple variants of an object in the same bucket. This feature helps **preserve, retrieve, and restore every version of every object stored in your buckets**, making it easier to recover from unintended user actions or application failures. By default, versioning is disabled on buckets, and you must explicitly enable it. Find more information about versioning on our [dedicated guide](/pages/storage_and_backup/object_storage/s3_versioning).
245+
>> To do this, you can either:
247246
>>
248-
>> ![Enabling versioning](images/object-storage-bucket-creation-step5.png){.thumbnail}
247+
>> - Link an existing Object Storage user. To check the credentials, click on `View credentials`{.action}.
248+
>> - Or create a new Object Storage user.
249249
>>
250250
>> You can now decide whether or not you wish to **encrypt your data** using [SSE-OMK (server-side encryption with OVHcloud Managed Keys)](/pages/storage_and_backup/object_storage/s3_encrypt_your_objects_with_sse_c).
251251
>>
@@ -262,7 +262,7 @@ To manage an Object Storage bucket, first log in to your [OVHcloud Control Panel
262262
>>
263263
>> Congratulations, your bucket is created:
264264
>>
265-
>> ![Result](images/01-object-storage-bucket-listing.png)
265+
>> ![Result](images/object_storage_list.png){.thumbnail}
266266
>>
267267
268268
#### Uploading your files as objects in your bucket
@@ -316,15 +316,15 @@ As part of the object upload process to an Object Storage bucket, users can sele
316316
> Via the OVHcloud Control Panel
317317
>> Click on the `name of your container`{.action}:
318318
>>
319-
>> ![Go in bucket](images/go-in-bucket.png){.thumbnail}
319+
>> ![Go in bucket](images/object_storage_list_selection.png){.thumbnail}
320320
>>
321321
>> Click on `Add objects`{.action}
322322
>>
323-
>> ![Upload file](images/upload-file.png){.thumbnail}
323+
>> ![Upload file](images/object_storage_add_object.png){.thumbnail}
324324
>>
325325
>> You can add a prefix to your object name (the object name is the same as the file name). Select the storage class. Finally, select the file you are about to download and click on the `Import`{.action} button.
326326
>>
327-
>> ![upload file window](images/upload-files-window.png)
327+
>> ![upload file window](images/object_storage_add_object_window.png){.thumbnail}
328328
329329
#### Downloading an object from a bucket
330330
@@ -372,7 +372,7 @@ As part of the object upload process to an Object Storage bucket, users can sele
372372
> Via the OVHcloud Control Panel
373373
>> Click on the `...`{.action} button on the object line, then click `Download`{.action}.
374374
>>
375-
>> ![Download file from bucket](images/download-file-from-bucket.png){.thumbnail}
375+
>> ![Download file from bucket](images/object_storage_items_download.png){.thumbnail}
376376
377377
#### Synchronising buckets
378378
@@ -469,15 +469,15 @@ As part of the object upload process to an Object Storage bucket, users can sele
469469
>>
470470
>> In the list of object storage containers, click on the `...`{.action} button on the containers line, then click `Delete`{.action}.
471471
>>
472-
>> ![Delete bucket](images/delete-bucket.png){.thumbnail}
472+
>> ![Delete bucket](images/object_storage_list_delete.png){.thumbnail}
473473
>>
474474
>> Click on `Confirm`{.action}.
475475
>>
476476
>> **Deleting objects:**
477477
>>
478478
>> Go to the relevant bucket and click on the `...`{.action} button on the object line, then click `Delete`{.action}.
479479
>>
480-
>> ![Delete file](images/delete-file.png){.thumbnail}
480+
>> ![Delete file](images/object_storage_items_delete.png){.thumbnail}
481481
>>
482482
>> Click on `Confirm`{.action}.
483483
>>

0 commit comments

Comments
 (0)