kobotoolbox / kobocat

Our (backend) server for providing blank forms to Collect and Enketo and for receiving and storing submissions.
BSD 2-Clause "Simplified" License
117 stars 127 forks source link

Do not override files when using Azure Storage #853

Closed noliveleger closed 2 years ago

noliveleger commented 2 years ago

Description

Make Django Storage behave the same with AWS S3 and Azure Blob Storage.

Additional info

AZURE_OVERWRITE_FILES can be set with an environment variable (with the same name). It is False by default.

Related issues

Related to kobotoolbox/kpi#4098