Skip to content

Instantly share code, notes, and snippets.

View ushan1998's full-sized avatar
🎯
Focusing

Ushan Indeewara Alwis ushan1998

🎯
Focusing
View GitHub Profile
@ushan1998
ushan1998 / gist:f5490f7542b3a46c0329e7b821c88c9d
Created October 31, 2018 19:50 — forked from Savjee/gist:b4b3a21d143a30e7dc07
s3-webhosting-bucket-policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",