Also any alternative that people are using that is similar?
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)
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?
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.
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.
itherseed•8mo ago
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 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.
roygbiv2•8mo ago