New on LowEndTalk? Please Register and read our Community Rules.
Minio Alternatives

in General
I'm interested in checking out some Minio alternatives. The main feature I'm looking for would be multi-tenant access without the need to run multiple servers on different ports.
Swift is the first thing that comes to mind, but that drags in Keystone.
Comments
Scality S3? (or CloudServer now)
If you have a lot of time to spare, Ceph. If not you can also check other distributed filesystems with an S3 compatible API like LeoFS: https://leo-project.net/leofs/
LeoFS looks promising. Plus, Erlang!
S3 compatibility isn't a priority, in fact it doesn't even matter. Lightweight and able to deploy on a single server with minimal configuration is more the appeal of Minio.
If you're not necessarily looking for S3 compatibility, then you have a lot more options! A very simple project is Seaweedfs. Played with it, it's pretty good.
SeaweedFS really looks interesting!