Files
session_redis_public/cloud_platform
Akim Juillerat a372cabeb6 Require AWS_BUCKETNAME for prod, integration and labs environments only
AWS_BUCKETNAME is only needed in order to write on the bucket, but
read-only access should be allowed for other environments.

Fixes bug introduced by 6c3b610610
2020-03-05 09:56:09 +01:00
..
2018-10-24 12:44:45 +02:00
2018-10-24 12:44:45 +02:00

Cloud Platform
==============

Install addons required for the Camptocamp Cloud platform, and that are
common to all platform providers.

* Provide a quick install that we can call at the setup / migration
  of a database
* Check if the environment variables are configured correctly according
  to the instance's environment (prod, integration, test or dev) to prevent
  data corruption between the environments (such as the integration server
  writing on the production object storage).