From 65064b72f7495255495c5a0e1f04d21d8660b44b Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sat, 14 Jun 2025 22:17:43 -0700 Subject: [PATCH] Add note that `region_name` is required when using `endpoint_url` --- docs/storage.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/storage.rst b/docs/storage.rst index 040b2cab..9555b8a8 100644 --- a/docs/storage.rst +++ b/docs/storage.rst @@ -178,7 +178,7 @@ exist before attempting to create your first backup. **region_name** - Optional -Specify the Amazon region, e.g. ``'us-east-1'`` +Specify the Amazon region, e.g. ``'us-east-1'``. **endpoint_url** - Optional @@ -186,6 +186,8 @@ Set this to fully override the endpoint, e.g. to use an alternative S3 service, which is compatible with AWS S3. The value must contain the protocol, e.g. ``'https://compatible-s3-service.example.com'``. +If setting this, it is mandatory to also configure **region_name**. + **default_acl** - Required This setting can either be ``'private'`` or ``'public'``. Since you want your