: 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
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
+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
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
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