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
[Scaleway Object Storage](/object-storage/concepts/#object-storage) is an Object Storage service based on the Amazon S3 protocol. It allows you to store any objects (documents, images, videos, etc.) and access them anytime from anywhere in the world. You can manage your storage directly from the Scaleway console. On the control panel, you can easily upload, download, and visualize the objects in your buckets. In addition, you can integrate many existing libraries or CLI clients into your application or scripts.
12
+
[Scaleway Object Storage](/object-storage/concepts/#object-storage) is an Object Storage service based on the Amazon S3 protocol. It allows you to store any objects (documents, images, videos, etc.) and access them anytime from anywhere in the world. You can manage your storage directly from the Scaleway console, to easily upload, download, and visualize the objects in your buckets. In addition, you can integrate many existing libraries or CLI clients into your application or scripts.
13
13
14
14
## Console overview
15
15
Discover the Object Storage interface on the Scaleway console.
@@ -55,16 +55,16 @@ You can find more information about your bucket by clicking on its name in the *
55
55
<Messagetype="important">
56
56
Before uploading your files, make sure the file name follows the [AWS S3 Object key naming guidelines](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines).
57
57
</Message>
58
-
5. Select the Storage Class of your object. Scaleway Object Storage allows you to associate storage classes with each of your objects. You can choose the storage class depending on your use case:
58
+
5. Select the storage class of your object. Scaleway Object Storage allows you to associate storage classes with each of your objects. You can choose the storage class depending on your use case:
59
59
-[Standard](/object-storage/concepts/#storage-class): The `Standard` class is [Multi-AZ](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway), and is available in all regions. It is suitable for any use case, such as on-demand content, like streaming or CDN.
60
60
-[One Zone - IA](/object-storage/concepts/#storage-class): The `One Zone - IA` class is available in all regions, and is a good choice for storing secondary backup copies or easily re-creatable data.
61
61
-[Glacier](/object-storage/concepts/#storage-class): Archived storage. Your data needs to be restored first to be accessed. This class is available in the `fr-par` and `nl-ams` regions.
62
62
63
63
<Messagetype="note">
64
64
- Pricing depends on the storage class you have selected.
65
-
-It is possible to[edit the storage classes](/object-storage/how-to/edit-storage-class/) at any time from the Object Storage bucket dashboard.
65
+
-You can[edit the storage classes](/object-storage/how-to/edit-storage-class/) at any time from the Object Storage bucket dashboard.
66
66
</Message>
67
-
A list of the bucket's objects displays including the newly uploaded objects.
67
+
A list of the bucket's objects displays, including the newly uploaded objects.
0 commit comments