MinIO Community version 2.0 is going back to be an object browser only
1–10 of 18 posts
Re: MinIO Community version 2.0 is going back to be an object browser only
#2From the Changelog: (https://github.com/minio/object-browser/blob/master/CHANGELO...)
"Deprecated support of accounts & policies management, this can be managed by using mc admin commands.
Deprecated support of bucket management, this can be managed by using mc commands.
Deprecated support of configuration management, this can be managed by using mc admin config commands. Please refer to the MinIO Client for more information.Deprecated support of accounts & policies management, this can be managed by using mc admin commands.
Deprecated support of bucket management, this can be managed by using mc commands.
Deprecated support of configuration management, this can be managed by using mc admin config commands. "
This PR that removes away all the features in the UI: https://github.com/minio/object-browser/pull/3509 . The discussion around this PR is locked.
I think that "Deprecated support" has another meaning. I hate when this kind of things happens.
Re: MinIO Community version 2.0 is going back to be an object browser only
#3Also any alternative that people are using that is similar?
Re: MinIO Community version 2.0 is going back to be an object browser only
#4In a move that reminiscent of the change of Redis, they removed all the functionality of the UI of the community version and pointed to the paid version. From the Changelog: ( https://github.com/minio/object-browser/blob/master/CHANGELO... ) "Deprecated support of accounts & policies management, this can be managed by using mc admin commands. Deprecated support of bucket management, this can be managed by using mc co…
Re: MinIO Community version 2.0 is going back to be an object browser only
#5Re: MinIO Community version 2.0 is going back to be an object browser only
#6Re: MinIO Community version 2.0 is going back to be an object browser only
#7Which 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.
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
#8Re: MinIO Community version 2.0 is going back to be an object browser only
#9Re: MinIO Community version 2.0 is going back to be an object browser only
#10Bear 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.