From 3a17f6f425e7501fac4036e6b18469e40e3c3cc1 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Wed, 7 Jan 2026 10:38:32 +0100 Subject: [PATCH 1/2] docs(obj): add mil region to doc MTA-6819 --- pages/object-storage/api-cli/bucket-operations.mdx | 2 +- pages/object-storage/api-cli/object-lock.mdx | 2 +- .../api-cli/object-storage-aws-cli.mdx | 4 ++-- pages/object-storage/concepts.mdx | 3 +++ pages/object-storage/faq.mdx | 6 +++--- pages/object-storage/how-to/create-a-bucket.mdx | 8 +------- pages/object-storage/quickstart.mdx | 12 +++--------- 7 files changed, 14 insertions(+), 23 deletions(-) diff --git a/pages/object-storage/api-cli/bucket-operations.mdx b/pages/object-storage/api-cli/bucket-operations.mdx index f295416858..e75b8c392c 100644 --- a/pages/object-storage/api-cli/bucket-operations.mdx +++ b/pages/object-storage/api-cli/bucket-operations.mdx @@ -54,7 +54,7 @@ Authorization: authorization string **CLI command** ``` -aws s3api delete-bucket --bucket my-bucket --region nl-ams-1 +aws s3api delete-bucket --bucket my-bucket --region nl-ams ``` ## DeleteBucketCors diff --git a/pages/object-storage/api-cli/object-lock.mdx b/pages/object-storage/api-cli/object-lock.mdx index 22d6cb4dd5..bcff0953e8 100644 --- a/pages/object-storage/api-cli/object-lock.mdx +++ b/pages/object-storage/api-cli/object-lock.mdx @@ -16,7 +16,7 @@ The feature uses a write-once-read-many (WORM) data protection model. This model Setting object lock can only be achieved upon the creation of a bucket. In addition, versioning is automatically enabled on the bucket and cannot be disabled. You must enable object lock if you wish to write a lock configuration. You can use the `PutObjectLockConfiguration` request with the object lock flag set. - Object Lock can be used with `Standard Multi-AZ`, `Standard One Zone` (`fr-par`) and `Glacier` [storage classes](/object-storage/concepts/#storage-class). + Object Lock can be used with `Standard Multi-AZ`, `Standard One Zone` and `Glacier` [storage classes](/object-storage/concepts/#storage-class). diff --git a/pages/object-storage/api-cli/object-storage-aws-cli.mdx b/pages/object-storage/api-cli/object-storage-aws-cli.mdx index 38149dd916..74e0aaff1d 100644 --- a/pages/object-storage/api-cli/object-storage-aws-cli.mdx +++ b/pages/object-storage/api-cli/object-storage-aws-cli.mdx @@ -34,7 +34,7 @@ The AWS-CLI is an open-source tool built on top of the [AWS SDK for Python (Boto 3. When prompted, enter the following elements: - your API access key - your API secret key - - your preferred default Object Storage region (`fr-par`, `nl-ams`, or `pl-waw`) + - your preferred default Object Storage region (`fr-par`, `nl-ams`, `pl-waw`, `it-mil`) - `json` as the default output format 4. Open the `~/.aws/config` file in a code editor and edit it as follows: @@ -62,7 +62,7 @@ The AWS-CLI is an open-source tool built on top of the [AWS SDK for Python (Boto ``` - Set the `endpoint_url` and `region` corresponding to the geographical region of your bucket. It can either be `fr-par` (Paris, France), `nl-ams` (Amsterdam, The Netherlands) or `pl-waw` (Warsaw, Poland). + Set the `endpoint_url` and `region` corresponding to the geographical region of your bucket (`fr-par`, `nl-ams`, `pl-waw`, `it-mil`). 5. Optionally, you can also configure additional profiles by adding new blocks under `[default]`. For example, you can add a second profile, `[profile two]`, to set a different region and services from your default one: diff --git a/pages/object-storage/concepts.mdx b/pages/object-storage/concepts.mdx index b04825c625..90a43fdfb8 100644 --- a/pages/object-storage/concepts.mdx +++ b/pages/object-storage/concepts.mdx @@ -55,6 +55,9 @@ An endpoint represents one end of a communication channel. In the context of Obj - Warsaw, Poland - Region: `pl-waw` - Endpoint: `https://s3.pl-waw.scw.cloud/` + - Milan, Italy + - Region: `it-mil` + - Endpoint: `https://s3.it-mil.scw.cloud/` ## Legal hold diff --git a/pages/object-storage/faq.mdx b/pages/object-storage/faq.mdx index 3402ec74a1..67ef8f628e 100644 --- a/pages/object-storage/faq.mdx +++ b/pages/object-storage/faq.mdx @@ -29,7 +29,7 @@ We provide an Amazon S3-compatible API for programmatic access or usage with any | Bucket websites feature | Free | | Egress fees* | 75 GB free every month, then €0.01/GB | -\* Egress fees include external outgoing data transfer and inter-region data transfers (PAR\<->AMS / PAR\<->WAW / AMS \<-> WAW). Intra-regional data transfers are free of charge. +\* Egress fees include external outgoing data transfer and inter-region data transfers (such as Paris\<->Amsterdam, or Amsterdam \<-> Warsaw). Intra-regional data transfers are free of charge. Refer to our [Cold Storage FAQ](/object-storage/faq/#cold-storage) for more information on Scaleway Glacier billing. @@ -153,7 +153,7 @@ Each Scaleway Project can use up to 250 TB of Object Storage resources. If you w Scaleway offers three storage classes: -- **Standard Multi-AZ**: your data is secured by distributing it across three different [Availability Zones (AZ)](/object-storage/concepts/#region-and-availability-zone). In the event of a complete data center failure in an AZ, we are still able to rebuild your data and make it accessible. This is the system we call Multi-AZ (one data center per AZ, three AZs per region). The Standard Multi-AZ class is available in [all regions](/object-storage/concepts/#region-and-availability-zone). +- **Standard Multi-AZ**: your data is secured by distributing it across three different [Availability Zones (AZ)](/object-storage/concepts/#region-and-availability-zone). In the event of a complete data center failure in an AZ, we are still able to rebuild your data and make it accessible. This is the system we call Multi-AZ (one data center per AZ, three AZs per region). The Standard Multi-AZ class is available in the `fr-par`, `nl-ams`, `pl-waw` [regions](/object-storage/concepts/#region-and-availability-zone). - **Standard One Zone**: your data is stored across three different racks in a single [Availability Zone (AZ)](/object-storage/concepts/#region-and-availability-zone). This storage class is best suited for secondary backups and recreatable data. The Standard One Zone class is available in [all regions](/object-storage/concepts/#region-and-availability-zone). @@ -163,7 +163,7 @@ Scaleway offers three storage classes: When the Standard Multi-AZ storage class is launched in a region, it becomes possible to upload objects in the `STANDARD` class, that corresponds to the Standard Multi-AZ storage class. -To use this new class after its launch in a region, create a new bucket and migrate your objects previously stored using the Standard One Zone class (= One Zone IA) to this new bucket, using the new Standard Multi-AZ standard class (=Standard). +To use this new class after its launch in a region, create a new bucket and migrate your objects previously stored using the Standard One Zone class (= One Zone IA) to this new bucket, using the new Standard Multi-AZ standard class (= Standard). ## Can I create a lifecycle rule to restore objects from Glacier class to Standard One Zone? diff --git a/pages/object-storage/how-to/create-a-bucket.mdx b/pages/object-storage/how-to/create-a-bucket.mdx index 287cc16918..9b300428fb 100644 --- a/pages/object-storage/how-to/create-a-bucket.mdx +++ b/pages/object-storage/how-to/create-a-bucket.mdx @@ -20,13 +20,7 @@ To get started with Object Storage, you must first create a bucket. Objects are 1. Click **Object Storage** on the left side menu of the console. The Object Storage dashboard displays. 2. Click **+ Create bucket**. The bucket creation page displays. -3. Select the [region](/object-storage/concepts/#region-and-availability-zone) in which to create your bucket: - - Amsterdam, The Netherlands: - - Region: `nl-ams` - - Paris, France: - - Region: `fr-par` - - Warsaw, Poland: - - Region: `pl-waw` +3. Select the [region](/object-storage/concepts/#region-and-availability-zone) in which to create your bucket. 4. Check **Public** or **Private** to define the bucket visibility. The bucket visibility specifies whether everyone can see the list of objects in the bucket. It does not affect [object visibility](/object-storage/concepts/#visibility). A file uploaded to a public bucket is private by default. diff --git a/pages/object-storage/quickstart.mdx b/pages/object-storage/quickstart.mdx index c8b50def83..a2adeb382f 100644 --- a/pages/object-storage/quickstart.mdx +++ b/pages/object-storage/quickstart.mdx @@ -26,13 +26,7 @@ To get started with Object Storage, you must first create a bucket. Objects are 1. Click **Object Storage** on the left side menu of the console. The Object Storage dashboard displays. 2. Click **+ Create bucket**. The bucket creation page displays. -3. Select the geographical location in which to create your bucket. Scaleway Object Storage is currently available in three regions. - - Amsterdam, The Netherlands: - - Region: `nl-ams` - - Paris, France: - - Region: `fr-par` - - Warsaw, Poland: - - Region: `pl-waw` +3. Select the geographical location in which to create your bucket. 4. Check **Public** or **Private** to define the bucket visibility. The bucket visibility specifies whether everyone can see the list of objects in the bucket. It does not affect [object visibility](/object-storage/concepts/#visibility). A file uploaded to a public bucket is private by default. @@ -56,9 +50,9 @@ You can find more information about your bucket by clicking on its name in the * 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). 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: - - [Standard 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. + - [Standard Multi-AZ](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway), and is available in Paris, Amsterdam and Warsaw. It is suitable for any use case, such as on-demand content, like streaming or CDN. - [Standard One Zone](/object-storage/concepts/#storage-class): The `Standard One Zone` class is available in all regions, and is a good choice for storing secondary backup copies or easily re-creatable data. - - [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. + - [Glacier](/object-storage/concepts/#storage-class): Archived storage. Your data needs to be restored first to be accessed. This class is available in the Paris and Amsterdam regions. - Pricing depends on the storage class you have selected. From 41bf16076626bca5aa9ddc757c466ec27f2746ef Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Wed, 7 Jan 2026 10:55:08 +0100 Subject: [PATCH 2/2] docs(obj): update --- pages/object-storage/concepts.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/object-storage/concepts.mdx b/pages/object-storage/concepts.mdx index 90a43fdfb8..642b4b49f1 100644 --- a/pages/object-storage/concepts.mdx +++ b/pages/object-storage/concepts.mdx @@ -178,8 +178,10 @@ Refer to the [dedicated documentation](/object-storage/api-cli/generate-aws4-aut You can choose a storage class depending on your use case: -- **Standard Multi-AZ**: suitable for on-demand content like streaming or CDN. The [Standard Multi-AZ](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway) is available in [all regions](#region-and-availability-zone). +- **Standard Multi-AZ**: suitable for on-demand content like streaming or CDN. The [Standard Multi-AZ](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway) is available in the Paris, Amsterdam and Warsaw [regions](#region-and-availability-zone). + - **Standard One Zone**: the Standard One Zone class is a good choice for storing secondary backup copies or easily re-creatable data. It is available in [all regions](#region-and-availability-zone). + - **Glacier**: Archived storage - prices are lower, but it needs to be restored first to be accessed. It is available in the `fr-par` and `nl-ams` regions.