2013/3/22 Dan Reverri <d...@basho.com> > Hi Jean-Baptiste, > > Can you try updating the "host_base" and "host_bucket" in s3cfg to use > "riakcs.dev" which is the "cs_root_host" configured in your Riak CS > app.config? > > host_base = riakcs.dev > host_bucket = %(bucket)s.riakcs.dev >
Yes, it worked! % s3cmd --debug mb s3://zbucket ... DEBUG: Sending request method_string='PUT', uri='http://zbucket.riakcs.dev/', headers={'content-length': '0', 'Authorization': 'AWS X2GOEX5TVL8FAYMQIIYC:lHt5vDLqHzsvnOBGnHRxaPNakrI=', 'x-amz-date': 'Fri, 22 Mar 2013 07:35:39 +0000'}, body=(0 bytes) DEBUG: Response: {'status': 200, 'headers': {'date': 'Fri, 22 Mar 2013 07:33:49 GMT', 'content-length': '0', 'content-type': 'application/xml', 'server': 'Riak CS'}, 'reason': 'OK', 'data': ''} Bucket 's3://zbucket/' created I guess having set the proxy host and port was not enough, I'm right ? If so I can prepare a pull request for the docs before tomorrow to add this step. Thanks, Jean-Baptiste
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com