From 55563ed754e4cba788b419498fd4f50723dceb1a Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Fri, 5 Jan 2024 14:22:23 +0100 Subject: [PATCH] Update content/en/admin/config.md Co-authored-by: Michael Stanclift --- content/en/admin/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/config.md b/content/en/admin/config.md index f0c2b06f..e4f7cbaa 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -473,7 +473,7 @@ You must serve the files with CORS headers, otherwise some functions of Mastodon #### `S3_PERMISSION` -Defines the S3 obect ACL when uploading new files. Default is `public-read`. Be careful, when using [S3 Block Public Access](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html) and turning on the `BlockPublicAcls` option, uploading objects with ACL `public-read` will fail (403). In that case, set `S3_PERMISSION` to `private`. +Defines the S3 object ACL when uploading new files. Default is `public-read`. Use caution when using [S3 Block Public Access](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html) and turning on the `BlockPublicAcls` option, as uploading objects with ACL `public-read` will fail (403). In that case, set `S3_PERMISSION` to `private`. ### Swift {#swift}