Giving each individual file public access becomes cumbersome in Amazon S3. I wanted to give public access to all files in Amazon S3 bucket, I was doing that manually for each file through shell script. But later on I found the way to give permission on bucket it self, so that it can make all files "public" in bucket. You can do it following below steps.
- Do right click on bucket -> Properties.
- Click on "Edit Bucket Policy". Add below policy and click on "save" button. Done!!!
No comments:
Post a Comment