Give public access to Amazon S3 bucket

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.


  1. Do right click on bucket -> Properties.
  2. Click on "Edit Bucket Policy". Add below policy and click on "save" button. Done!!!

No comments:

Post a Comment