Il 28 set 2016 5:42 AM, "Outback Dingo" <outbackdingo at gmail.com> ha scritto:> however simple minio is, it doesnt support clustering, replication or > multiple users. replacing RIAK with minio... FAIL! riak and skylable > by far are better suited. >Both products are not comparable minio is very simple, risk is far more complicated and has some components to install Anything simpler to use as S3-compatible APIs on top of gluster? There is no need for replication or similiar like Riak does as this would be handled by gluster itself. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160928/ed2f4e9c/attachment.html>
soooo your happy to have all users use a single user id to access buckets.... no security at all..... pfffttt On Wed, Sep 28, 2016 at 2:56 AM, Gandalf Corvotempesta <gandalf.corvotempesta at gmail.com> wrote:> Il 28 set 2016 5:42 AM, "Outback Dingo" <outbackdingo at gmail.com> ha scritto: >> however simple minio is, it doesnt support clustering, replication or >> multiple users. replacing RIAK with minio... FAIL! riak and skylable >> by far are better suited. >> > > Both products are not comparable > minio is very simple, risk is far more complicated and has some components > to install > > Anything simpler to use as S3-compatible APIs on top of gluster? > There is no need for replication or similiar like Riak does as this would be > handled by gluster itself.
On Wed, Sep 28, 2016 at 08:56:35AM +0200, Gandalf Corvotempesta wrote:> Il 28 set 2016 5:42 AM, "Outback Dingo" <outbackdingo at gmail.com> ha scritto: > > however simple minio is, it doesnt support clustering, replication or > > multiple users. replacing RIAK with minio... FAIL! riak and skylable > > by far are better suited....> Anything simpler to use as S3-compatible APIs on top of gluster? > There is no need for replication or similiar like Riak does as this would > be handled by gluster itself.Gluster offers libgfapi for accessing files/directories from within other applications. If there is a modular S3-compatible service that can easily be extended to use libgfapi, we could possible have a look at providing such a plugin/module. Does anyone know what commonly used S3-compatible servers are available? Thanks, Niels -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160928/3becc547/attachment.sig>
> > Anything simpler to use as S3-compatible APIs on top of gluster?There's gluster-swift[1]. It works with oth Swift API and S3 API[2] (using Swift). [1]: https://github.com/prashanthpai/docker-gluster-swift [2]: https://github.com/gluster/gluster-swift/blob/master/doc/markdown/s3.md> There is no need for replication or similiar like Riak does as this would be > handled by gluster itself. > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users
2016-09-28 16:27 GMT+02:00 Prashanth Pai <ppai at redhat.com>:> There's gluster-swift[1]. It works with oth Swift API and S3 API[2] (using Swift). > > [1]: https://github.com/prashanthpai/docker-gluster-swift > [2]: https://github.com/gluster/gluster-swift/blob/master/doc/markdown/s3.mdI wasn't aware of S3 support on Swift. Anyway, Swift has some requirements like the whole keyring stack proxies and so on from OpenStack, I prefere something smaller....