Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/object-storage/api-cli/bucket-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/object-storage/api-cli/object-lock.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Message type="note">
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).
</Message>

<Requirements />
Expand Down
4 changes: 2 additions & 2 deletions pages/object-storage/api-cli/object-storage-aws-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -62,7 +62,7 @@ The AWS-CLI is an open-source tool built on top of the [AWS SDK for Python (Boto
```

<Message type="note">
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`).
</Message>

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:
Expand Down
7 changes: 6 additions & 1 deletion pages/object-storage/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -175,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.

<Message type="note">
Expand Down
6 changes: 3 additions & 3 deletions pages/object-storage/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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).

Expand All @@ -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?

Expand Down
8 changes: 1 addition & 7 deletions pages/object-storage/how-to/create-a-bucket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<Message type="note">
A file uploaded to a public bucket is private by default.
Expand Down
12 changes: 3 additions & 9 deletions pages/object-storage/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<Message type="note">
A file uploaded to a public bucket is private by default.
Expand All @@ -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).
</Message>
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.

<Message type="note">
- Pricing depends on the storage class you have selected.
Expand Down
Loading