mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 10:33:34 +00:00
Version v1.46
This commit is contained in:
@@ -499,6 +499,9 @@ Region to connect to.
|
||||
- "eu-west-2"
|
||||
- EU (London) Region
|
||||
- Needs location constraint eu-west-2.
|
||||
- "eu-north-1"
|
||||
- EU (Stockholm) Region
|
||||
- Needs location constraint eu-north-1.
|
||||
- "eu-central-1"
|
||||
- EU (Frankfurt) Region
|
||||
- Needs location constraint eu-central-1.
|
||||
@@ -597,9 +600,9 @@ Specify if using an IBM COS On Premise.
|
||||
- "s3.ams-eu-geo.objectstorage.service.networklayer.com"
|
||||
- EU Cross Region Amsterdam Private Endpoint
|
||||
- "s3.eu-gb.objectstorage.softlayer.net"
|
||||
- Great Britan Endpoint
|
||||
- Great Britain Endpoint
|
||||
- "s3.eu-gb.objectstorage.service.networklayer.com"
|
||||
- Great Britan Private Endpoint
|
||||
- Great Britain Private Endpoint
|
||||
- "s3.ap-geo.objectstorage.softlayer.net"
|
||||
- APAC Cross Regional Endpoint
|
||||
- "s3.tok-ap-geo.objectstorage.softlayer.net"
|
||||
@@ -720,6 +723,8 @@ Used when creating buckets only.
|
||||
- EU (Ireland) Region.
|
||||
- "eu-west-2"
|
||||
- EU (London) Region.
|
||||
- "eu-north-1"
|
||||
- EU (Stockholm) Region.
|
||||
- "EU"
|
||||
- EU Region.
|
||||
- "ap-southeast-1"
|
||||
@@ -762,7 +767,7 @@ For on-prem COS, do not make a selection from this list, hit enter
|
||||
- "us-east-flex"
|
||||
- US East Region Flex
|
||||
- "us-south-standard"
|
||||
- US Sout hRegion Standard
|
||||
- US South Region Standard
|
||||
- "us-south-vault"
|
||||
- US South Region Vault
|
||||
- "us-south-cold"
|
||||
@@ -778,13 +783,13 @@ For on-prem COS, do not make a selection from this list, hit enter
|
||||
- "eu-flex"
|
||||
- EU Cross Region Flex
|
||||
- "eu-gb-standard"
|
||||
- Great Britan Standard
|
||||
- Great Britain Standard
|
||||
- "eu-gb-vault"
|
||||
- Great Britan Vault
|
||||
- Great Britain Vault
|
||||
- "eu-gb-cold"
|
||||
- Great Britan Cold
|
||||
- Great Britain Cold
|
||||
- "eu-gb-flex"
|
||||
- Great Britan Flex
|
||||
- Great Britain Flex
|
||||
- "ap-standard"
|
||||
- APAC Standard
|
||||
- "ap-vault"
|
||||
@@ -824,6 +829,8 @@ Leave blank if not sure. Used when creating buckets only.
|
||||
|
||||
Canned ACL used when creating buckets and storing or copying objects.
|
||||
|
||||
This ACL is used for creating objects and if bucket_acl isn't set, for creating buckets too.
|
||||
|
||||
For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
|
||||
|
||||
Note that this ACL is applied when server side copying objects as S3
|
||||
@@ -919,17 +926,43 @@ The storage class to use when storing new objects in OSS.
|
||||
- Type: string
|
||||
- Default: ""
|
||||
- Examples:
|
||||
- "Standard"
|
||||
- ""
|
||||
- Default
|
||||
- "STANDARD"
|
||||
- Standard storage class
|
||||
- "Archive"
|
||||
- "GLACIER"
|
||||
- Archive storage mode.
|
||||
- "IA"
|
||||
- "STANDARD_IA"
|
||||
- Infrequent access storage mode.
|
||||
|
||||
### Advanced Options
|
||||
|
||||
Here are the advanced options specific to s3 (Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc)).
|
||||
|
||||
#### --s3-bucket-acl
|
||||
|
||||
Canned ACL used when creating buckets.
|
||||
|
||||
For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
|
||||
|
||||
Note that this ACL is applied when only when creating buckets. If it
|
||||
isn't set then "acl" is used instead.
|
||||
|
||||
- Config: bucket_acl
|
||||
- Env Var: RCLONE_S3_BUCKET_ACL
|
||||
- Type: string
|
||||
- Default: ""
|
||||
- Examples:
|
||||
- "private"
|
||||
- Owner gets FULL_CONTROL. No one else has access rights (default).
|
||||
- "public-read"
|
||||
- Owner gets FULL_CONTROL. The AllUsers group gets READ access.
|
||||
- "public-read-write"
|
||||
- Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access.
|
||||
- Granting this on a bucket is generally not recommended.
|
||||
- "authenticated-read"
|
||||
- Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access.
|
||||
|
||||
#### --s3-upload-cutoff
|
||||
|
||||
Cutoff for switching to chunked upload
|
||||
|
||||
Reference in New Issue
Block a user