Add support for S3 compatible object storage systems. It has been tested agains AWS S3 and Minio;
A docker-compose stack for development purposes. The added DEVELOPER.md describes how to start the docker stack, populate a sample PostgreSQL database, and mount the backup.config sample file provided. It also configures minio as a S3 compatible storage system for testing;
Updated documentation to include S3 parameters and a few other edits for clarity and simplicity.
This PR adds the following features:
Add support for S3 compatible object storage systems. It has been tested agains AWS S3 and Minio;
A docker-compose stack for development purposes. The added DEVELOPER.md describes how to start the docker stack, populate a sample PostgreSQL database, and mount the
backup.config
sample file provided. It also configuresminio
as a S3 compatible storage system for testing;Updated documentation to include S3 parameters and a few other edits for clarity and simplicity.