Skip to content

Commit 07e27f6

Browse files
authored
Add note that region_name is required when using endpoint_url (#587)
1 parent e44b124 commit 07e27f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/storage.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,16 @@ exist before attempting to create your first backup.
178178

179179
**region_name** - Optional
180180

181-
Specify the Amazon region, e.g. ``'us-east-1'``
181+
Specify the Amazon region, e.g. ``'us-east-1'``.
182182

183183
**endpoint_url** - Optional
184184

185185
Set this to fully override the endpoint, e.g. to use an alternative S3 service,
186186
which is compatible with AWS S3. The value must contain the protocol, e.g.
187187
``'https://compatible-s3-service.example.com'``.
188188

189+
If setting this, it is mandatory to also configure **region_name**.
190+
189191
**default_acl** - Required
190192

191193
This setting can either be ``'private'`` or ``'public'``. Since you want your

0 commit comments

Comments
 (0)