[13.0][IMP] Make cloud_platform fully abstract + update related modules (#244)

[13.0][IMP] Make cloud_platform fully abstract + update related modules
This commit is contained in:
Patrick Tombez
2021-08-04 11:29:31 +02:00
committed by GitHub
co-authored by GitHub
parent 6d5a6edd5c
commit 9ce94caef9
9 changed files with 246 additions and 219 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ 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
* Implements abstract methods to 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).