Skip to content

Commit d19efa2

Browse files
chore(gen): docs review MTA-5778 (#4684)
1 parent bd65e41 commit d19efa2

File tree

5 files changed

+99
-100
lines changed

5 files changed

+99
-100
lines changed

pages/object-storage/api-cli/installing-rclone.mdx

+89-90
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Install and configure rclone for Scaleway Object Storage integration.
88
tags: object storage rclone command-line command archived
99
dates:
10-
validation: 2024-08-05
10+
validation: 2025-03-24
1111
posted: 2021-08-25
1212
categories:
1313
- storage
@@ -66,48 +66,36 @@ For example, on Linux:
6666
Enter a string value. Press Enter for the default ("").
6767
Choose a number from below, or type in your own value
6868
1 / 1Fichier
69-
\ "fichier"
70-
2 / Alias for an existing remote
71-
\ "alias"
72-
3 / Amazon Drive
73-
\ "amazon cloud drive"
74-
4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, Tencent COS, etc)
75-
\ "s3"
69+
\ (fichier)
70+
2 / Akamai NetStorage
71+
\ (netstorage)
72+
3 / Alias for an existing remote
73+
\ (alias)
74+
4 / Amazon S3 Compliant Storage Providers including AWS, Alibaba, ArvanCloud, Ceph, ChinaMobile, Cloudflare, DigitalOcean, Dreamhost, GCS, HuaweiOBS, IBMCOS, IDrive, IONOS, LyveCloud, Leviia, Liara, Linode, Magalu, Minio, Netease, Petabox, RackCorp, Rclone, Scaleway, SeaweedFS, StackPath, Storj, Synology, TencentCOS, Wasabi, Qiniu and others
75+
\ (s3)
7676
7777
[...]
7878
Storage>
7979
```
8080
3. Type `s3` and hit enter to confirm this storage type. The following output displays:
8181
```
8282
Choose your Amazon S3 provider.
83-
Enter a string value. Press Enter for the default ("").
84-
Choose a number from below, or type in your own value
83+
Choose a number from below, or type in your own value.
84+
Press Enter to leave empty.
8585
1 / Amazon Web Services (AWS) S3
86-
\ "AWS"
86+
\ (AWS)
8787
2 / Alibaba Cloud Object Storage System (OSS) formerly Aliyun
88-
\ "Alibaba"
89-
3 / Ceph Object Storage
90-
\ "Ceph"
91-
4 / Digital Ocean Spaces
92-
\ "DigitalOcean"
93-
5 / Dreamhost DreamObjects
94-
\ "Dreamhost"
95-
6 / IBM COS S3
96-
\ "IBMCOS"
97-
7 / Minio Object Storage
98-
\ "Minio"
99-
8 / Netease Object Storage (NOS)
100-
\ "Netease"
101-
9 / Scaleway Object Storage
102-
\ "Scaleway"
103-
10 / StackPath Object Storage
104-
\ "StackPath"
105-
11 / Tencent Cloud Object Storage (COS)
106-
\ "TencentCOS"
107-
12 / Wasabi Object Storage
108-
\ "Wasabi"
109-
13 / Any other Amazon S3 compatible provider
110-
\ "Other"
88+
\ (Alibaba)
89+
3 / Arvan Cloud Object Storage (AOS)
90+
\ (ArvanCloud)
91+
4 / Ceph Object Storage
92+
\ (Ceph)
93+
94+
[...]
95+
24 / Scaleway Object Storage
96+
\ (Scaleway)
97+
98+
[...]
11199
```
112100
4. Type `Scaleway` and hit enter to confirm this Amazon S3 provider. The following output displays:
113101
```
@@ -138,68 +126,81 @@ For example, on Linux:
138126
7. Enter your API secret key and hit enter. The following output displays:
139127
```
140128
Region to connect to.
141-
Enter a string value. Press Enter for the default ("").
142-
Choose a number from below, or type in your own value
129+
Choose a number from below, or type in your own value.
130+
Press Enter to leave empty.
143131
1 / Amsterdam, The Netherlands
144-
\ "nl-ams"
132+
\ (nl-ams)
145133
2 / Paris, France
146-
\ "fr-par"
147-
region>
134+
\ (fr-par)
135+
3 / Warsaw, Poland
136+
\ (pl-waw)
148137
```
149138
8. Enter your chosen region and hit enter. Here we choose `fr-par`. The following output displays:
150139
```
151140
Endpoint for Scaleway Object Storage.
152-
Enter a string value. Press Enter for the default ("").
153-
Choose a number from below, or type in your own value
141+
Choose a number from below, or type in your own value.
142+
Press Enter to leave empty.
154143
1 / Amsterdam Endpoint
155-
\ "s3.nl-ams.scw.cloud"
144+
\ (s3.nl-ams.scw.cloud)
156145
2 / Paris Endpoint
157-
\ "s3.fr-par.scw.cloud"
158-
endpoint>
146+
\ (s3.fr-par.scw.cloud)
147+
3 / Warsaw Endpoint
148+
\ (s3.pl-waw.scw.cloud)
159149
```
160150
9. Enter your chosen endpoint and hit enter. Here we choose `s3.fr-par.scw.cloud`. The following output displays:
161151
```
152+
Option acl.
162153
Canned ACL used when creating buckets and storing or copying objects.
163-
164154
This ACL is used for creating objects and if bucket_acl isn't set, for creating buckets too.
165-
166155
For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
167-
168-
Note that this ACL is applied when server side copying objects as S3
156+
Note that this ACL is applied when server-side copying objects as S3
169157
doesn't copy the ACL from the source but rather writes a fresh one.
170-
Enter a string value. Press Enter for the default ("").
171-
Choose a number from below, or type in your own value
172-
1 / Owner gets FULL_CONTROL. No one else has access rights (default).
173-
\ "private"
174-
2 / Owner gets FULL_CONTROL. The AllUsers group gets READ access.
175-
\ "public-read"
176-
/ Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access.
177-
3 | Granting this on a bucket is generally not recommended.
178-
\ "public-read-write"
179-
4 / Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access.
180-
\ "authenticated-read"
181-
/ Object owner gets FULL_CONTROL. Bucket owner gets READ access.
182-
5 | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.
183-
\ "bucket-owner-read"
158+
If the acl is an empty string then no X-Amz-Acl: header is added and
159+
the default (private) will be used.
160+
Choose a number from below, or type in your own value.
161+
Press Enter to leave empty.
162+
/ Owner gets FULL_CONTROL.
163+
1 | No one else has access rights (default).
164+
\ (private)
165+
/ Owner gets FULL_CONTROL.
166+
2 | The AllUsers group gets READ access.
167+
\ (public-read)
168+
/ Owner gets FULL_CONTROL.
169+
3 | The AllUsers group gets READ and WRITE access.
170+
| Granting this on a bucket is generally not recommended.
171+
\ (public-read-write)
172+
/ Owner gets FULL_CONTROL.
173+
4 | The AuthenticatedUsers group gets READ access.
174+
\ (authenticated-read)
175+
/ Object owner gets FULL_CONTROL.
176+
5 | Bucket owner gets READ access.
177+
| If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.
178+
\ (bucket-owner-read)
184179
/ Both the object owner and the bucket owner get FULL_CONTROL over the object.
185180
6 | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.
186-
\ "bucket-owner-full-control"
187-
acl>
181+
\ (bucket-owner-full-control)
182+
acl>
188183
```
189184
10. Enter your chosen ACL and hit enter. Here we choose `private` (`1`). The following output displays:
190185
```
186+
Option storage_class.
191187
The storage class to use when storing new objects in S3.
192-
Enter a string value. Press Enter for the default ("").
193-
Choose a number from below, or type in your own value
194-
1 / Default
195-
\ ""
196-
2 / The Standard class for any upload; suitable for on-demand content like streaming or CDN.
197-
\ "STANDARD"
198-
3 / Archived storage; prices are lower, but it needs to be restored first to be accessed.
199-
\ "GLACIER"
200-
storage_class>
201-
4 / One Zone Infrequent Access storage class
202-
\ "ONEZONE_IA"
188+
Choose a number from below, or type in your own value.
189+
Press Enter to leave empty.
190+
1 / Default.
191+
\ ()
192+
/ The Standard class for any upload.
193+
2 | Suitable for on-demand content like streaming or CDN.
194+
| Available in all regions.
195+
\ (STANDARD)
196+
/ Archived storage.
197+
3 | Prices are lower, but it needs to be restored first to be accessed.
198+
| Available in FR-PAR and NL-AMS regions.
199+
\ (GLACIER)
200+
/ One Zone - Infrequent Access.
201+
4 | A good choice for storing secondary backup copies or easily re-creatable data.
202+
| Available in the FR-PAR region only.
203+
\ (ONEZONE_IA)
203204
```
204205
11. Enter your chosen storage class and hit enter. Here we choose `STANDARD` (`2`). The following output displays:
205206
```
@@ -210,23 +211,21 @@ For example, on Linux:
210211
```
211212
12. Type `n` and hit enter. A summary of your config displays:
212213
```
213-
Remote config
214-
--------------------
215-
[remote-sw-paris]
216-
type = s3
217-
provider = Scaleway
218-
env_auth = false
219-
access_key_id = <ACCESS-KEY>
220-
secret_access_key = <SECRET-KEY>
221-
region = fr-par
222-
endpoint = s3.fr-par.scw.cloud
223-
acl = private
224-
storage_class = STANDARD
225-
--------------------
214+
Configuration complete.
215+
Options:
216+
- type: s3
217+
- provider: Scaleway
218+
- access_key_id: <ACCESS-KEY>
219+
- secret_access_key: <SECRET-KEY>
220+
- region: fr-par
221+
- endpoint: s3.fr-par.scw.cloud
222+
- acl: private
223+
- storage_class: STANDARD
224+
Keep this "remote-scw-paris" remote?
226225
y) Yes this is OK (default)
227226
e) Edit this remote
228227
d) Delete this remote
229-
y/e/d>
228+
y/e/d>
230229
```
231230
13. Type `y` to confirm that this remote config is OK, and hit enter.
232231

@@ -236,7 +235,7 @@ For example, on Linux:
236235
237236
Name Type
238237
==== ====
239-
tuto s3
238+
remote-scw-paris s3
240239
241240
e) Edit existing remote
242241
n) New remote

pages/object-storage/how-to/abort-incomplete-mpu.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ content:
77
paragraph: Steps to view and abort incomplete multipart uploads from the Scaleway console.
88
tags: object storage object-storage mpu multipart upload abort
99
dates:
10-
validation: 2024-09-13
10+
validation: 2025-03-24
1111
posted: 2024-09-13
1212
categories:
1313
- storage
1414
- object-storage
1515
---
1616

17-
The [Scaleway console](https://console.scaleway.com/) lists your Object Storage incomplete multipart uploads to allow you to consult them and manually abort them to clear storage space and optimize your storage costs.
17+
The [Scaleway console](https://console.scaleway.com/) lists your Object Storage incomplete multipart uploads to allow you to consult them, and manually abort them to clear storage space and optimize your storage costs.
1818

1919
<Message type="note">
20-
Incomplete multipart uploads are charged even though they are not finished as they use storage space.
20+
Incomplete multipart uploads are charged even though they are not finished, as they use storage space.
2121
</Message>
2222

2323
You can automate the process of aborting incomplete multipart uploads using [lifecycle rules](/object-storage/how-to/manage-lifecycle-rules).
@@ -53,7 +53,7 @@ Refer to the [dedicated documentation](/object-storage/api-cli/multipart-uploads
5353
3. Click the **Incomplete MPU** tab. A list of your incomplete multipart uploads displays.
5454
4. Click <Icon name="more" /> next to the object you want to abort.
5555
5. Click **Abort**. A confirmation pop-up displays.
56-
6. Type **ABORT** then click **Abort multipart upload** to confirm your action.
56+
6. Type **ABORT**, then click **Abort multipart upload** to confirm your action.
5757

5858
<Message type="note">
5959
This action will permanently delete the upload, and all the parts uploaded so far. You can also abort an incomplete multipart upload from its [information page](#how-to-view-the-information-of-an-incomplete-multipart-upload).

pages/object-storage/how-to/manage-lifecycle-rules.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ meta:
55
content:
66
h1: How to manage lifecycle rules from the console
77
paragraph: Set and manage lifecycle rules for Object Storage.
8-
tags: object storage object-storage lifecycle lifecycle-rule abort incompelte multipart upload expire version
8+
tags: object storage object-storage lifecycle lifecycle-rule abort incomplete multipart upload expire version
99
dates:
10-
validation: 2024-09-13
10+
validation: 2025-03-24
1111
posted: 2021-05-27
1212
categories:
1313
- storage

pages/serverless-containers/api-cli/deploy-container-cli.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ content:
77
paragraph: Deploy containers using the Scaleway CLI.
88
tags: containers cli deploy
99
dates:
10-
validation: 2024-08-28
10+
validation: 2025-03-24
1111
posted: 2021-08-18
1212
categories:
1313
- serverless
1414
---
1515

1616
## Scaleway Command Line Interface Overview
1717

18-
[The Scaleway Command Line Interface (CLI)](https://github.com/scaleway/scaleway-cli) allows you to pilot your Scaleway infrastructure directly from your terminal, providing a faster way to administer and monitor your resources. Scaleway CLI is easy to set up and use, and an essential tool for operating efficiently in your cloud environment. The CLI provides many functionalities, including the ability to create and deploy Serverless Containers.
18+
[The Scaleway Command Line Interface (CLI)](https://github.com/scaleway/scaleway-cli) allows you to pilot your Scaleway infrastructure directly from your terminal, providing a faster way to administer and monitor your resources. The Scaleway CLI is easy to set up and use, and an essential tool for operating efficiently in your cloud environment. The CLI provides many functionalities, including the ability to create and deploy Serverless Containers.
1919

2020
<Macro id="requirements" />
2121

pages/serverless-sql-databases/how-to/connect-to-a-database.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Step-by-step guide to connect to a Scaleway Serverless SQL Database.
88
tags: database serverless-sql-database serverless-db serverless-database postgresql
99
dates:
10-
validation: 2024-08-28
10+
validation: 2025-03-25
1111
posted: 2023-08-11
1212
categories:
1313
- serverless
@@ -24,7 +24,7 @@ To connect to a Serverless SQL Database, you can either use a **connection strin
2424
postgres://[user-or-application-id]:[api-secret-key]@[database-hostname]:5432/[database-name]?sslmode=require
2525
```
2626
<Message type="note">
27-
The `?sslmode=require` is mandatory to connect to your database. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
27+
The `?sslmode=require` parameter is mandatory to connect to your database. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
2828
</Message>
2929

3030
- Connection parameters provide the necessary information and parameters to connect an [IAM user](/iam/concepts/#user) or [application](/iam/concepts/#application) to a database. The parameters are expressed in the `KEY="value"` format, as follows:

0 commit comments

Comments
 (0)