mirror of
https://github.com/rclone/rclone
synced 2024-11-17 17:30:37 +01:00
s3: update Arvancloud default values and correct docs
This commit is contained in:
parent
607172b6ec
commit
a446106041
@ -1358,7 +1358,7 @@ isn't set then "acl" is used instead.`,
|
|||||||
}, {
|
}, {
|
||||||
Name: "server_side_encryption",
|
Name: "server_side_encryption",
|
||||||
Help: "The server-side encryption algorithm used when storing this object in S3.",
|
Help: "The server-side encryption algorithm used when storing this object in S3.",
|
||||||
Provider: "AWS,Ceph,ChinaMobile,ArvanCloud,Minio",
|
Provider: "AWS,Ceph,ChinaMobile,Minio",
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "",
|
Value: "",
|
||||||
Help: "None",
|
Help: "None",
|
||||||
@ -1373,7 +1373,7 @@ isn't set then "acl" is used instead.`,
|
|||||||
}, {
|
}, {
|
||||||
Name: "sse_customer_algorithm",
|
Name: "sse_customer_algorithm",
|
||||||
Help: "If using SSE-C, the server-side encryption algorithm used when storing this object in S3.",
|
Help: "If using SSE-C, the server-side encryption algorithm used when storing this object in S3.",
|
||||||
Provider: "AWS,Ceph,ChinaMobile,ArvanCloud,Minio",
|
Provider: "AWS,Ceph,ChinaMobile,Minio",
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "",
|
Value: "",
|
||||||
@ -1385,7 +1385,7 @@ isn't set then "acl" is used instead.`,
|
|||||||
}, {
|
}, {
|
||||||
Name: "sse_kms_key_id",
|
Name: "sse_kms_key_id",
|
||||||
Help: "If using KMS ID you must provide the ARN of Key.",
|
Help: "If using KMS ID you must provide the ARN of Key.",
|
||||||
Provider: "AWS,Ceph,ArvanCloud,Minio",
|
Provider: "AWS,Ceph,Minio",
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "",
|
Value: "",
|
||||||
Help: "None",
|
Help: "None",
|
||||||
@ -1396,7 +1396,7 @@ isn't set then "acl" is used instead.`,
|
|||||||
}, {
|
}, {
|
||||||
Name: "sse_customer_key",
|
Name: "sse_customer_key",
|
||||||
Help: "If using SSE-C you must provide the secret encryption key used to encrypt/decrypt your data.",
|
Help: "If using SSE-C you must provide the secret encryption key used to encrypt/decrypt your data.",
|
||||||
Provider: "AWS,Ceph,ChinaMobile,ArvanCloud,Minio",
|
Provider: "AWS,Ceph,ChinaMobile,Minio",
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "",
|
Value: "",
|
||||||
@ -1408,7 +1408,7 @@ isn't set then "acl" is used instead.`,
|
|||||||
|
|
||||||
If you leave it blank, this is calculated automatically from the sse_customer_key provided.
|
If you leave it blank, this is calculated automatically from the sse_customer_key provided.
|
||||||
`,
|
`,
|
||||||
Provider: "AWS,Ceph,ChinaMobile,ArvanCloud,Minio",
|
Provider: "AWS,Ceph,ChinaMobile,Minio",
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "",
|
Value: "",
|
||||||
@ -1488,9 +1488,6 @@ If you leave it blank, this is calculated automatically from the sse_customer_ke
|
|||||||
Help: "The storage class to use when storing new objects in ArvanCloud.",
|
Help: "The storage class to use when storing new objects in ArvanCloud.",
|
||||||
Provider: "ArvanCloud",
|
Provider: "ArvanCloud",
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "",
|
|
||||||
Help: "Default",
|
|
||||||
}, {
|
|
||||||
Value: "STANDARD",
|
Value: "STANDARD",
|
||||||
Help: "Standard storage class",
|
Help: "Standard storage class",
|
||||||
}},
|
}},
|
||||||
|
@ -1728,7 +1728,7 @@ The storage class to use when storing new objects in ChinaMobile.
|
|||||||
|
|
||||||
#### --s3-storage-class
|
#### --s3-storage-class
|
||||||
|
|
||||||
The storage class to use when storing new objects in ChinaMobile.
|
The storage class to use when storing new objects in ArvanCloud.
|
||||||
|
|
||||||
- Config: storage_class
|
- Config: storage_class
|
||||||
- Env Var: RCLONE_S3_STORAGE_CLASS
|
- Env Var: RCLONE_S3_STORAGE_CLASS
|
||||||
@ -1736,8 +1736,6 @@ The storage class to use when storing new objects in ChinaMobile.
|
|||||||
- Type: string
|
- Type: string
|
||||||
- Required: false
|
- Required: false
|
||||||
- Examples:
|
- Examples:
|
||||||
- ""
|
|
||||||
- Default
|
|
||||||
- "STANDARD"
|
- "STANDARD"
|
||||||
- Standard storage class
|
- Standard storage class
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user