pellepelster / solidblocks

Solidblocks is a library of reusable components for infrastructure operation, automation and developer experience
https://pellepelster.github.io/solidblocks/
MIT License
25 stars 5 forks source link

Feature Request: Support Hetzner S3 for backups #42

Open devsecur opened 1 week ago

devsecur commented 1 week ago

As Hetzner started s3 and there are also other providers for s3 besides AWS, I would like not to use AWS only, but also Hetzner. Is there a way to use non-AWS s3 providers?

pellepelster commented 1 week ago

I had the same thought when I heard that Hetzner released the object storage service, the funny thing is it already works. The underlying backup solution (pgbackrest) supports any S3 compatible service I applied for the beta and tested it. I noticed though that the docs are lacking a little bit so here are some updates:

currently only local and S3 are supported at the same time, but that is an synthetic limitation imposed by Solidblocks, I will try to slip something into the next release