diff --git a/backend/s3/s3.go b/backend/s3/s3.go index afc9b36f5..81f071b92 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -1358,7 +1358,7 @@ isn't set then "acl" is used instead.`, }, { Name: "server_side_encryption", 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{{ Value: "", Help: "None", @@ -1373,7 +1373,7 @@ isn't set then "acl" is used instead.`, }, { Name: "sse_customer_algorithm", 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, Examples: []fs.OptionExample{{ Value: "", @@ -1385,7 +1385,7 @@ isn't set then "acl" is used instead.`, }, { Name: "sse_kms_key_id", Help: "If using KMS ID you must provide the ARN of Key.", - Provider: "AWS,Ceph,ArvanCloud,Minio", + Provider: "AWS,Ceph,Minio", Examples: []fs.OptionExample{{ Value: "", Help: "None", @@ -1396,7 +1396,7 @@ isn't set then "acl" is used instead.`, }, { Name: "sse_customer_key", 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, Examples: []fs.OptionExample{{ 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. `, - Provider: "AWS,Ceph,ChinaMobile,ArvanCloud,Minio", + Provider: "AWS,Ceph,ChinaMobile,Minio", Advanced: true, Examples: []fs.OptionExample{{ 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.", Provider: "ArvanCloud", Examples: []fs.OptionExample{{ - Value: "", - Help: "Default", - }, { Value: "STANDARD", Help: "Standard storage class", }}, diff --git a/docs/content/s3.md b/docs/content/s3.md index 0cc46fe25..f51f4b4a1 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -1728,7 +1728,7 @@ The storage class to use when storing new objects in ChinaMobile. #### --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 - Env Var: RCLONE_S3_STORAGE_CLASS @@ -1736,8 +1736,6 @@ The storage class to use when storing new objects in ChinaMobile. - Type: string - Required: false - Examples: - - "" - - Default - "STANDARD" - Standard storage class