RE: http access to Riak objects

2013-07-03 Thread Sanjeev Neelarapu
: Sanjeev Neelarapu Cc: Alexander Moore; riak-users@lists.basho.com Subject: Re: http access to Riak objects Sanjeev, Is your goal to have the resource be accessible via query string authentication, or just publicly accessible? Asking because your example URL contains the query string authentication

Re: http access to Riak objects

2013-07-03 Thread Hector Castro
PYZHDNLG43TWCD&Signature=fQNuyFYMnNdLwv64XTj+WsC2U7s= > > > > Thanks, > > Sanjeev > > > > From: Alexander Moore [mailto:moore.a...@gmail.com] > Sent: Tuesday, July 02, 2013 7:20 PM > To: Sanjeev Neelarapu > Cc: riak-users@lists.basho.com > Subject: Re

RE: http access to Riak objects

2013-07-02 Thread Sanjeev Neelarapu
+WsC2U7s= Thanks, Sanjeev From: Alexander Moore [mailto:moore.a...@gmail.com] Sent: Tuesday, July 02, 2013 7:20 PM To: Sanjeev Neelarapu Cc: riak-users@lists.basho.com Subject: Re: http access to Riak objects Hi Sanjeev, By default, uploaded objects will not be publicly available. To make them a

Re: http access to Riak objects

2013-07-02 Thread Alexander Moore
Hi Sanjeev, By default, uploaded objects will not be publicly available. To make them available you have to set the Access Control List to allow public reads for all users. If you are using s3cmd you can do this with: *s3cmd -c .s3cfgfile setacl --acl-public s3://BUCKET/OBJECT* If you need to do

http access to Riak objects

2013-07-02 Thread Sanjeev Neelarapu
Hi, Could someone help me in providing http access to objects stored in the bucket? I have Riak and Riak-CS installed on a linux machine. Created bucket and pushed some files to the bucket using s3cmd. However downloading the objects using http URL is failing. Following is the object path stor