access denied

Amazon S3 upload add-on.
Post Reply
fabian
Posts: 13
Joined: Mon Sep 01, 2008 4:40 pm

access denied

Post by fabian »

Hi,

If i set the s3acl parameter to public-read i get an access denied error.
<PARAM NAME="param6" VALUE="s3acl">
<PARAM NAME="value6" VALUE="public-read">

If i leave out the params or set it to private i can opload. If i use the demo page on your site and enter my amazone private key i can upload succesfully and the the public-read permission get sets correctly.

I have tried eu and us buckets. That does not make any difference.

Please note that i am using the 2.2 beta version of the JS3Upload component. If have tried not use the new "account" parameter. That make no difference.

I am uploading using POST.

Do you have any ideas what i am doing wrong?

Kind regards

Tony

fabian
Posts: 13
Joined: Mon Sep 01, 2008 4:40 pm

Re: access denied

Post by fabian »

ahhhh ... i needed to modify my s3 policy and then i can leave out the s3acl paramater from the applet code ... nice :-)

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: access denied

Post by support »

So it works now ?

fabian
Posts: 13
Joined: Mon Sep 01, 2008 4:40 pm

Re: access denied

Post by fabian »

yes, it works.

Post Reply