s3: Remove bucket ACL configuration for Cloudflare R2

Bucket ACLs are not supported by Cloudflare R2. All buckets are
private and must be shared using a Cloudflare Worker.
This commit is contained in:
Nick Craig-Wood 2022-05-17 15:55:42 +01:00
parent bd4abb15a3
commit 813a5e0931
2 changed files with 5 additions and 14 deletions

View file

@ -1294,7 +1294,7 @@ For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview
Note that this ACL is applied when server-side copying objects as S3
doesn't copy the ACL from the source but rather writes a fresh one.`,
Provider: "!Storj",
Provider: "!Storj,Cloudflare",
Examples: []fs.OptionExample{{
Value: "default",
Help: "Owner gets Full_CONTROL.\nNo one else has access rights (default).",