From 58f916e8216d42425ea5c63de378555b12fd364d Mon Sep 17 00:00:00 2001 From: Daenney Date: Mon, 11 Nov 2024 16:54:42 +0100 Subject: [PATCH] docs: Clarify object store configuration (#3527) 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