Restore Param list for Storage S3

This commit is contained in:
Yannick Vaucher
2017-11-16 13:22:15 +01:00
committed by GitHub
co-authored by GitHub
parent d54a67c9e3
commit 49ddc76ec3
+3 -1
View File
@@ -70,11 +70,13 @@ The exact naming is important, because the `cloud_platform` addon rely on these
* prod: stored RW in the object storage * prod: stored RW in the object storage
* `AWS_HOST`: depends of the platform * `AWS_HOST`: depends of the platform
* `AWS_REGION`: region's endpoint * `AWS_REGION`: depends of the platform
* `AWS_ACCESS_KEY_ID`: depends of the platform * `AWS_ACCESS_KEY_ID`: depends of the platform
* `AWS_SECRET_ACCESS_KEY`: depends of the platform * `AWS_SECRET_ACCESS_KEY`: depends of the platform
* `AWS_BUCKETNAME`: `<client>-odoo-prod` * `AWS_BUCKETNAME`: `<client>-odoo-prod`
* integration: * integration:
* `AWS_HOST`: depends of the platform
* `AWS_REGION`: depends of the platform
* `AWS_ACCESS_KEY_ID`: depends of the platform * `AWS_ACCESS_KEY_ID`: depends of the platform
* `AWS_SECRET_ACCESS_KEY`: depends of the platform * `AWS_SECRET_ACCESS_KEY`: depends of the platform
* `AWS_BUCKETNAME`: `<client>-odoo-integration` * `AWS_BUCKETNAME`: `<client>-odoo-integration`