From 159538bcaf3e12157ae19b96898b3b48b1195322 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 30 Oct 2024 21:45:30 +0100 Subject: [PATCH] Document S3 operations that the AWS access key must be able to perform --- docs/user/guides/create-domains.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user/guides/create-domains.md b/docs/user/guides/create-domains.md index 578fb30281..ee694b942d 100644 --- a/docs/user/guides/create-domains.md +++ b/docs/user/guides/create-domains.md @@ -83,6 +83,11 @@ Specific examples for different storage backends: orphaned content. +!!! note + The AWS access key must be authorized to perform the `s3:ListBucket` and `s3:PutObject` + operations. + + !!! warning Changing the `storage-class` or `storage-settings` of an in-use domain is dangerous and can result in a broken domain.