Bear in mind that actual features are NOT going away, it's just the web-based UI that has been removed with `mc` command staying intact.
I think the changelog is pretty clear on that, but I assume for many users this is not a "just" thing and matters a lot. Enshittification started before this change, but now it's really obvious where they are heading.
MinIO Community version 2.0 is going back to be an object browser only
11–18 of 18 posts
Re: MinIO Community version 2.0 is going back to be an object browser only
#12Which software are folks using to run self-hosted / on-premises S3? I'm looking to replace MinIO in my homelab and would like to keep a S3 management UI.
Re: MinIO Community version 2.0 is going back to be an object browser only
#13Bear in mind that actual features are NOT going away, it's just the web-based UI that has been removed with `mc` command staying intact.
Re: MinIO Community version 2.0 is going back to be an object browser only
#14Which software are folks using to run self-hosted / on-premises S3? I'm looking to replace MinIO in my homelab and would like to keep a S3 management UI.
Some that I've seen: SeaweedFS: https://github.com/seaweedfs/seaweedfs (Apache 2.0) Garage: https://git.deuxfleurs.fr/Deuxfleurs/garage (AGPL) Zenko: https://github.com/scality/Zenko (Apache 2.0)
Re: MinIO Community version 2.0 is going back to be an object browser only
#15Earlier quoted context omitted.
Some that I've seen: SeaweedFS: https://github.com/seaweedfs/seaweedfs (Apache 2.0) Garage: https://git.deuxfleurs.fr/Deuxfleurs/garage (AGPL) Zenko: https://github.com/scality/Zenko (Apache 2.0)
But which ones have a management UI?
Also looking for an alternative to MinIO since I also rely on the GUI for some things. But it feels like these things should probably be separate? Since they all expose a S3 compatible API interface, couldn't we have one GUI that can be used regardless of the backend?
Re: MinIO Community version 2.0 is going back to be an object browser only
#16Bear in mind that actual features are NOT going away, it's just the web-based UI that has been removed with `mc` command staying intact.
To many of us, having a UI is an actual feature, in so much that if there are alternatives to MinIO that comes with a UI, I'd probably move to that.
Re: MinIO Community version 2.0 is going back to be an object browser only
#17Bear in mind that actual features are NOT going away, it's just the web-based UI that has been removed with `mc` command staying intact.
I can see an individual or very small team using the web based GUI, but a large enterprise client would need automation that's done via the cli.
Re: MinIO Community version 2.0 is going back to be an object browser only
#18Bear in mind that actual features are NOT going away, it's just the web-based UI that has been removed with `mc` command staying intact.
why mc is needed at all? can't one just use aws s3 CLI with environment variable pointing to MinIO S3 backend endpoint?