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 -1
View File
@@ -70,11 +70,11 @@ The exact naming is important, because the `cloud_platform` addon rely on these
* prod: stored RW in the object storage
* `AWS_HOST`: depends of the platform
* `AWS_REGION`: region's endpoint
* `AWS_ACCESS_KEY_ID`: depends of the platform
* `AWS_SECRET_ACCESS_KEY`: depends of the platform
* `AWS_BUCKETNAME`: `<client>-odoo-prod`
* integration:
* `AWS_HOST`: depends of the platform
* `AWS_ACCESS_KEY_ID`: depends of the platform
* `AWS_SECRET_ACCESS_KEY`: depends of the platform
* `AWS_BUCKETNAME`: `<client>-odoo-integration`