Read/write helpers for disk/aws s3/azure blob storage
You are strongly encouraged to install this package via Docker.
Starting from a project with a Docker file:
- add the module ecodev-cloud in the
requirements.txt
file - make sure the
.env
file includes all required fields (see documentation) - build the new version of the Docker container (typically
docker build --tag xxx .
) - run it with docker compose (
dc up -d
).
Please find it in the associated mkdoc website!