I’ve set up a minio server at my tiny server farm and have started pushing backups there. It seems to be working well.
My only complaint is that s3_force_path_style
is required for Minio (and apparently backups?) but that can’t be set with an environment variable in app.yml
.
Would it be OK if I submit a PR for this? I’ve got a plugin that will do it, but that seems like overkill.