You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed riak-kv and riak-cs for using private cloud services. However, I have a difficulty solving 2 problems.
Firstly, I don't know how to set the quota per users. I already read the release note of riak-cs, but I don't understand this contents.
Secondly, I don't know why GUI S3 client programs(ex. Dragondisk, S3 Client, etc) for windows using Amazon S3 protocol do not work with riak-cs. In case of Dragondisk, creating the bucket and accessing the bucket is not worked. In case of s3cmd, all of the operations is worked correctly. If I develop GUI client program for windows using the java API for riak-cs, is it possible to work well?
The text was updated successfully, but these errors were encountered:
For your quota issues, please provide commands/configurations and any errors encountered (client and server side) so that we can see what you have tried and hopefully make suggestions.
Please bear in mind that Riak CS development has only recently restarted. The previous release of Riak CS was in 2016 - before s3cmd version 2 was released. Although I have not used the GUI clients, I can tell you that s3cmd 1.x series works perfectly well for everything I have seen thrown at it when configured properly. s3cmd 2.x series works for all the obvious CRUD operations but your mileage may vary with the more advanced commands.
I suspect the issues you are having with clients is due to a configuration issue. My guess would be signatures. Riak CS in default configuration only supports v2_signature out of the box. In the latest Riak CS (2.1.2rc2 at time of writing), I made v4_signature support easily available with a few caveats listed in the release notes. If your client was not using v2_signatures (most use v4 by default) then you would have suffered connectivity issues. Either tell your client to use v2 or switch to the latest version of Riak CS and enable v4 support in riak-cs.conf (assuming you are ok with the caveats).
Regarding development, CS supports the API, curl and S3, so talk to whichever interface you are happiest with.
I installed riak-kv and riak-cs for using private cloud services. However, I have a difficulty solving 2 problems.
Firstly, I don't know how to set the quota per users. I already read the release note of riak-cs, but I don't understand this contents.
Secondly, I don't know why GUI S3 client programs(ex. Dragondisk, S3 Client, etc) for windows using Amazon S3 protocol do not work with riak-cs. In case of Dragondisk, creating the bucket and accessing the bucket is not worked. In case of s3cmd, all of the operations is worked correctly. If I develop GUI client program for windows using the java API for riak-cs, is it possible to work well?
The text was updated successfully, but these errors were encountered: