←back to thread

672 points LexSiga | 1 comments | | HN request time: 0s | source
Show context
weinzierl ◴[] No.45666465[source]
Not a full replacement but there is Garage, which was quite well received in other HN threads.

https://git.deuxfleurs.fr/Deuxfleurs/garage

replies(4): >>45666564 #>>45666674 #>>45666741 #>>45666940 #
c0balt ◴[] No.45666564[source]
Can vouch for it as an adequate self-hostable option. It has some missing features, compared to Minio, and is less compatible but works for most applications.
replies(1): >>45666598 #
olivermuty ◴[] No.45666598[source]
could you elaborate on this? we're looking at moving off cloudflare r2 in the somewhat near future and garage is on our short-list
replies(1): >>45666681 #
c0balt ◴[] No.45666681[source]
Garage worked for most of my use-cases but it lacks, among other endpoints[0], bucket ACLs and bucket replication. Anonymous access is also an open issue[1].

They are also a comparatively young project and while fully OSS do not, afaik, appear to have a solid long term funding source yet. Though that might be an opportunity to support them, if your company is interested in picking them.

[0]: https://garagehq.deuxfleurs.fr/documentation/reference-manua...

[1]: https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/263

replies(1): >>45675328 #
zenmac ◴[] No.45675328[source]
We are also looking into Garage, does it support 206 partial content seeking on the files in the bucket via it's http interface?
replies(1): >>45677468 #
1. angst ◴[] No.45677468[source]
Garage should support partial content seeking via its HTTP interface, if it is S3 API compatible which includes support for range requests/206 Partial Content response.