We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
region_name
endpoint_url
1 parent e44b124 commit 07e27f6Copy full SHA for 07e27f6
docs/storage.rst
@@ -178,14 +178,16 @@ exist before attempting to create your first backup.
178
179
**region_name** - Optional
180
181
-Specify the Amazon region, e.g. ``'us-east-1'``
+Specify the Amazon region, e.g. ``'us-east-1'``.
182
183
**endpoint_url** - Optional
184
185
Set this to fully override the endpoint, e.g. to use an alternative S3 service,
186
which is compatible with AWS S3. The value must contain the protocol, e.g.
187
``'https://compatible-s3-service.example.com'``.
188
189
+If setting this, it is mandatory to also configure **region_name**.
190
+
191
**default_acl** - Required
192
193
This setting can either be ``'private'`` or ``'public'``. Since you want your
0 commit comments