0
votes

Updated screenshots :

After receiving a notification from Amazon i searched to give only read access to public for my amazon S3 bucket and found many questions posted in stackoverflow but im still facing "access denied" message when trying to view the image.

Permission Overview enter image description here

Bucket Policy enter image description here

Access Control List enter image description here

Kindly let me know what im doing wrong here.

Thanks

-Vijay

1
Not sure why my images are not loaded while i followed the instructions from the editor - Vijay
How did you configure "read only access to public"? - John Rotenstein
Did the notification from Amazon not include a documentation reference that can help you implement the change? - jarmod
I have edited and updated the images, can someone look into it - Vijay

1 Answers

0
votes

You assigned the wrong ACL. The one you assigned is at the bucket level which only controls the public read access of the bucket ACL, not the objects. Please follow this guide to properly make objects public.