diff options
author | 2024-11-11 16:54:42 +0100 | |
---|---|---|
committer | 2024-11-11 15:54:42 +0000 | |
commit | 58f916e8216d42425ea5c63de378555b12fd364d (patch) | |
tree | 09e6b666fd298580842773e8c3e13afdb0fc2a6b /docs/configuration | |
parent | [performance] minimise log field allocations (#3529) (diff) | |
download | gotosocial-58f916e8216d42425ea5c63de378555b12fd364d.tar.xz |
docs: Clarify object store configuration (#3527)
Clarify what to (not) put in `s3-storage-endpoint`
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/storage.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/storage.md b/docs/configuration/storage.md index 539898e11..697c2c88b 100644 --- a/docs/configuration/storage.md +++ b/docs/configuration/storage.md @@ -1,5 +1,7 @@ # Storage +When configuring an object storage backend, the `storage-s3-endpoint` **must not** include the bucket name. That's what `s3-bucket-name` is for. Using subfolders in a bucket isn't currently supported. + ## Settings ```yaml |