Skip to content

Commit df558f1

Browse files
committed
chore(gen): updatd
1 parent c318e8b commit df558f1

File tree

1 file changed

+89
-90
lines changed

1 file changed

+89
-90
lines changed

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

Lines changed: 89 additions & 90 deletions
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

0 commit comments

Comments
 (0)