Ask HN: Is there any good open-source alternative to MinIO?
MinIO has got some heavy licensing costs for commercial use. I was wondering if there is any object storage with an S3 API - ideally with a UI and something that could be run easily in a container.
15 comments
[ 3.0 ms ] story [ 194 ms ] threadIt comes with a web based UI.
We migrate from minio to seaweed around 2020/2021. At that time our minio server have problem handling hundreds of thousands small files.
Btw if you only need to store and serve a few TB, Backblaze B2 is way cheaper and easier.
Otherwise I played with garage and it was fine but it had no GUI and no configuration file to configure it when I tried it (you need to use the CLI). I would probably favour Ceph in production. Garage is a bit young.