From d558460f4258c32fc0c039b3e274e23053645cc7 Mon Sep 17 00:00:00 2001 From: Daenney Date: Fri, 8 Nov 2024 12:35:52 +0100 Subject: [PATCH] docs: Clarify object store configuration Clarify what to (not) put in `s3-storage-endpoint` --- docs/configuration/storage.md | 2 ++ 1 file changed, 2 insertions(+) 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