Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

By default, every S3 object is automatically set to have public read access to make it visible to the Internet. code example

Example: how to make s3 bucet objects publicj

{"Version": "2008-10-17",
"Statement": [{"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YOUR-BUCKET-NAME/*"
}]}

Tags:

Typescript Example

Related

private public static c# code example pandas remove rows by index code example breadht first search java code example string input in java' code example latex draw dashedline code example get element from json response curl bash code example stackoverflow data structure code example online editor javascript code example how to update flutter sdk to stable code example casts in model laravel code example sql commands with syntax and examples css zoom transform code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy