Add AWS_REGION to connect to bucket with specific region

This commit is contained in:
Yannick Vaucher
2017-11-13 16:29:01 +01:00
parent 86e5bd3ad7
commit a3c0322982
3 changed files with 18 additions and 12 deletions
+1
View File
@@ -15,6 +15,7 @@ Activate S3 storage:
Configure accesses with environment variables:
* ``AWS_HOST`` (not required if using AWS services)
* ``AWS_REGION`` (required if using AWS services)
* ``AWS_ACCESS_KEY_ID``
* ``AWS_SECRET_ACCESS_KEY``
* ``AWS_BUCKETNAME``