Re: Creating Specific Users

2015-08-30 Thread Matt Cochran
Hi Kota, thanks! I tried that and I didn't get anything - in fact using riak-cs attach with any command I don't get feedback at all, even if I put in garbage. Is there something amiss with my setup? Everything else seems to be working fine, the user I created per the setup instructions can acc

Re: Creating Specific Users

2015-08-30 Thread Kota Uenishi
Matt, Run `riak-cs attach` and type `riak_cs_user:create_user("username", "m...@example.com", "your-key", "your-secret").` via console. Please note that this is internal function and just a hack. On Mon, Aug 31, 2015 at 2:45 AM, Matt Cochran wrote: > Hello, > > > > I’m trying to use riak-cs as a

Re: Riak Go Client 1.1 is Available!

2015-08-30 Thread Mark Allen
Cool! Great work!! Sent from my iPhone > On Aug 27, 2015, at 11:21 PM, Alex Moore wrote: > > Hi All, > > The Go client for Riak is out of beta, so Go get it! > > To install it in your go project, just run `go get > github.com/basho/riak-go-client`. > > You can find more information on the p

Re: Rolling upgrade from 1.4.2 to 2.0.5

2015-08-30 Thread Sujay Mansingh
Thanks Dmitri. I’ll try it with the modified reip script! ​ On Wed, Aug 26, 2015 at 10:39 PM, Dmitri Zagidulin wrote: > Hi Sujay, > > Checking into it, it seems like there is a bug with 'reip' in 1.4.2. > > You have a couple of options, then. > > 1) Since you're just trying to verify the data,

Re: s3cmd error: access to bucket was denied

2015-08-30 Thread changmao wang
Shunichi, Just now, I followed your direction to change fold_objects_for_list_keys to true, and restart riak-cs service. sed -i '/fold_objects_for_list_keys/ s/false/true/g' /etc/riak-cs/app.config; riak-cs restart After that, I run below command and got same error. s3cmd -c s3cfg1 ls s3://sto

Creating Specific Users

2015-08-30 Thread Matt Cochran
Hello, I'm trying to use riak-cs as a proxy for S3, and I need to support a specific user/key/secret instead of having riak create the key/secret for me. Does anyone have tips on how to do this? Thanks, Matt ___ riak-users mailing list riak-users@li