<img src="https://secure.leadforensics.com/84817.png" style="display:none;">

Set default AWS S3 Permissions to Public

Website Management & Code | | 1 minute read

By default the upload permissions for AWS S3 is private.  This means that when you FTP Data onto S3, it is private and not accessible via a URL.

Credit to this fix goes to: Tiffany Brown

  1. Go to the Bucket Permissions tag.
  2. Click, "Bucket Policy"
  3. Paste the following code and click save.
2018-08-28_12h49_06

{

"Version": "2012-10-17",

"Statement": [

{

"Sid": "MakeItPublic",

"Effect": "Allow",

"Principal": "*",

"Action": "s3:GetObject",

"Resource": "arn:aws:s3:::webinars.mydomain.com/*"

}

]

}

Did you find this article helpful?
Subscribe and get our upcoming posts in your inbox
  • Get the Marketing Resources You Need By Leading Sales Initiatives
  • Sales KPIs and How to Set Up Your HubSpot Dashboard
  • Should I Outsource My Traffic Reporting/Monitoring

More Than Just Great Websites. Marketing Strategies For Growth.

Call Today 412 942 0222 <>