Adapt cloud_platform setup for 73aaff6

Following the changes in attachment_s3
This commit is contained in:
Guewen Baconnier
2016-10-31 14:05:58 +01:00
parent 73aaff62fc
commit ab0fa598ca
2 changed files with 14 additions and 18 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ The exact naming is important, because the `cloud_platform` addon rely on these
* `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-prod` (this is normal, we read only the data)
* `AWS_ATTACHMENT_READONLY`: `1`
* `AWS_BUCKETNAME`: `<client>-odoo-integration`
* test: attachments are stored in database
Besides, the