MinIO repository is no longer maintained
github.com
MinIO repository is no longer maintained
1–10 of 397 posts
Re: MinIO repository is no longer maintained
#2It was pretty clear they pivoted to their closed source repo back then.
Re: MinIO repository is no longer maintained
#3Other alternatives:
https://github.com/deuxfleurs-org/garage
https://github.com/rustfs/rustfs
https://github.com/seaweedfs/seaweedfs
https://github.com/supabase/storage
https://github.com/scality/cloudserver
Among others
Re: MinIO repository is no longer maintained
#4Re: MinIO repository is no longer maintained
#5See https://news.ycombinator.com/item?id=46136023 - MinIO is now in maintenance-mode It was pretty clear they pivoted to their closed source repo back then.
Re: MinIO repository is no longer maintained
#6See https://news.ycombinator.com/item?id=46136023 - MinIO is now in maintenance-mode It was pretty clear they pivoted to their closed source repo back then.
Maintenance-mode is very different from "THIS REPOSITORY IS NO LONGER MAINTAINED".
Re: MinIO repository is no longer maintained
#7See https://news.ycombinator.com/item?id=46136023 - MinIO is now in maintenance-mode It was pretty clear they pivoted to their closed source repo back then.
Maintenance-mode is very different from "THIS REPOSITORY IS NO LONGER MAINTAINED".
Re: MinIO repository is no longer maintained
#8They point to AIStor as alternative. Other alternatives: https://github.com/deuxfleurs-org/garage https://github.com/rustfs/rustfs https://github.com/seaweedfs/seaweedfs https://github.com/supabase/storage https://github.com/scality/cloudserver https://github.com/ceph/ceph Among others
Re: MinIO repository is no longer maintained
#9Re: MinIO repository is no longer maintained
#10They point to AIStor as alternative. Other alternatives: https://github.com/deuxfleurs-org/garage https://github.com/rustfs/rustfs https://github.com/seaweedfs/seaweedfs https://github.com/supabase/storage https://github.com/scality/cloudserver https://github.com/ceph/ceph Among others
I'm using seaweedfs for a single-machine S3 compatible storage, and it works great. Though I'm missing out on a lot of administrative nice-to-haves (like, easy access controls and a good understanding of capacity vs usage, error rates and so on... this could be a pebcak issue though).
Ceph I have also used and seems to care a lot more about being distributed. If you have less than 4 hosts for storage it feels like it scoffs at you when setting up. I was also unable to get it to perform amazingly, though to be fair I was doing it via K8S/Rook atop the Flannel CNI, which is an easy to use CNI for toy deployments, not performance critical systems - so that could be my bad. I would trust a ceph deployment with data integrity though, it just gives me that feel of "whomever worked on this, really understood distributed systems".. but, I can't put that feeling into any concrete data.