Document that S3 ACLs must be enabled

When using the web GUI to create a bucket, both AWS S3 and GCS have
ACLs disabled by default.
This commit is contained in:
Austin Wise 2022-07-02 12:37:51 -07:00 committed by Austin Wise
parent 4e46d961ca
commit 0c70e68c37
1 changed files with 2 additions and 0 deletions

View File

@ -554,6 +554,8 @@ You must serve the files with CORS headers, otherwise some functions of Mastodon
{{< page-ref page="admin/optional/object-storage" >}}
The bucket must support access control lists (ACLs). For AWS S3, this means setting the "Object Ownership" setting to "ACLs enabled". For Google Cloud Storage, this means setting the "Access control" setting to "Fine-grained".
#### `S3_ENABLED`
#### `S3_REGION`