←back to thread

672 points LexSiga | 6 comments | | HN request time: 0s | source | bottom
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 #
1. znpy ◴[] No.45666741[source]
Afaik Ceph has its own object-storage functionality as well, which seems to be S3-compatible: https://docs.ceph.com/en/latest/radosgw/#object-gateway
replies(2): >>45666944 #>>45667241 #
2. maxloh ◴[] No.45666944[source]
Yeah. They also created a open source test suite for S3 clones.

  This is a set of unofficial Amazon AWS S3 compatibility tests, that can be useful to people implementing software that exposes an S3-like API. The tests use the Boto2 and Boto3 libraries.
https://github.com/ceph/s3-tests
3. a10c ◴[] No.45667241[source]
I believe you're forced to have your data backed by a Ceph OSD. Whereas Minio can point to an NFS share on a NAS.
replies(2): >>45668017 #>>45669951 #
4. znpy ◴[] No.45668017[source]
> I believe you're forced to have your data backed by a Ceph OSD.

It makes perfect sense as this is a feature of Ceph.

> Whereas Minio can point to an NFS share on a NAS.

Eh, different trade-offs.

5. dpedu ◴[] No.45669951[source]
Minio used to be able to do this, but they dropped this feature - "gateway mode" - several years ago.
replies(1): >>45679269 #
6. a10c ◴[] No.45679269{3}[source]
Minio doesn't need to have first-class support for NFS. You can quite easily point an NFS share mounted as a directory in the Minio container.