From 49ddc76ec326bf09e1e3aa3f8193d3eeeab57c72 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Thu, 16 Nov 2017 13:22:15 +0100 Subject: [PATCH] Restore Param list for Storage S3 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34bdcd9..fc1bb45 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,13 @@ 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_REGION`: depends of the platform * `AWS_ACCESS_KEY_ID`: depends of the platform * `AWS_SECRET_ACCESS_KEY`: depends of the platform * `AWS_BUCKETNAME`: `-odoo-prod` * integration: + * `AWS_HOST`: depends of the platform + * `AWS_REGION`: depends of the platform * `AWS_ACCESS_KEY_ID`: depends of the platform * `AWS_SECRET_ACCESS_KEY`: depends of the platform * `AWS_BUCKETNAME`: `-odoo-integration`