Re: Rick CS MethodNotAllowed

2015-01-15 Thread Lee Sylvester
> actually sending queries to s3.example.com (or if you are using > default settings on some tools, s3.amazonaws.com) > > If you're using a reverse proxy in front, check that you're passing > the Host: header back. > > On 15 January 2015 at 06:42, Lee Sylvester wrote: >&

Re: Rick CS MethodNotAllowed

2015-01-15 Thread Lee Sylvester
ak to use, say, s3.internal as the base, but you're > actually sending queries to s3.example.com (or if you are using > default settings on some tools, s3.amazonaws.com) > > If you're using a reverse proxy in front, check that you're passing > the Host: header bac

Rick CS MethodNotAllowed

2015-01-14 Thread Lee Sylvester
Hi guys, I’m pulling out hair, at the moment. I have Riak, Riak CS and Stanchion configured and running, but when I try to create a bucket with erlcloud, I get an error with: {{aws_error,{http_error,405,[], "MethodNotAllowedThe specified method is not allowed agains

Re: Riak CS User Creation

2014-05-08 Thread Lee Sylvester
o be able to use the put_object method in the erlcloud_s3 > module to create a user in the riak-cs bucket, user object. The structure of > the request is documented here: > > http://docs.basho.com/riakcs/latest/cookbooks/Account-Management/ > > -- > Luke Bakken > CSE > l

Riak CS Error

2014-05-05 Thread Lee Sylvester
Hey guys, So, I’m using Riak and Riak CS on the same three nodes. I know this isn’t preferred, but I don’t want to have to use 6 VM’s at this point while they’re doing absolutely minimal work. Now, when using Riak with the multi backend config setup, I get this error: {indexes_not_supported,

Riak CS User Creation

2014-04-30 Thread Lee Sylvester
Hi guys, So, I’ve created a bunch of services to allow clients to store and retrieve data from Riak CS. What I’d like to be able to do is to create new users from Erlang so that Riak CS can manage all the storage and access data for each user. I’m currently using Erlcloud to access Riak CS.

Re: Riak-CS Configuration Issue

2014-04-29 Thread Lee Sylvester
: > Lee, > > Double-check your riak-cs app.config, and make sure 'anonymous_user_creation' > is set to true. (If you're changing the setting, be sure to restart riak cs). > > > On Tue, Apr 29, 2014 at 6:11 PM, Lee Sylvester > wrote: > Hey guys, > >

Riak-CS Configuration Issue

2014-04-29 Thread Lee Sylvester
Hey guys, So, I’m currently trying to configure a new CS cluster. However, when I try to create an admin user by runing the following: curl -H 'Content-Type: application/json' -X POST http://x.x.x.x:8080/riak-cs/user --data '{"email”:”m...@me.com", "name":"admin user"}' I get the error 18:0

Re: Riak CS Siblings

2014-04-28 Thread Lee Sylvester
> merging internally and returns normal cs replies using any needed merge > results. Therefore clients do not need to worry about it at all. > > -Andrew > > Sent from my iPhone > >> On Apr 28, 2014, at 12:35 PM, Lee Sylvester wrote: >> >> Hey guys, >> >

Riak CS Siblings

2014-04-28 Thread Lee Sylvester
Hey guys, So, I’m using a Riak CS cluster and interfacing with it using Erlcloud. My question is, as Riak CS uses (nay, requires) allow_mult, how do I handle sibling conflicts when interfacing through Erlcloud? Would I even be informed of this, or does Riak CS somehow handle this for me? Tha

Re: Riak CS from Erlang

2014-04-07 Thread Lee Sylvester
2 in ./riak_test/src/rtcs.erl to see how the > erlcloud configuration record is created. Hope that helps. > > Kelly > > On March 31, 2014 at 11:47:52 AM, Lee Sylvester (lee.sylves...@gmail.com) > wrote: > >> Hi Kelly, >> >> Thank you for the information. I took

Re: Riak CS from Erlang

2014-03-31 Thread Lee Sylvester
lient_tests/erlang/ercloud_eqc.erl for some example usage. You'll probably > want to set the proxy host and port and perhaps the host name if you're not > using the default "s3.amazonaws.com". > > Kelly > > On March 31, 2014 at 8:44:03 AM, Lee Sylvester (lee.s

Riak CS from Erlang

2014-03-31 Thread Lee Sylvester
Hi guys, I’m setting up my own Riak CS cluster and wanted to know what the best way to interact with that cluster would be from an Erlang app? I’ve taken a look at ErlCloud, but it seems I’d need to butcher it to get it to work with a custom cluster (not Amazon’s setup). Thanks, Lee _