Skip to content

Commit

Permalink
Create static-website-basic.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Jul 6, 2023
1 parent 5be76ab commit 259add2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions day-9/demos/static-website-basic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::<Bucket-Name>/*"
]
}
]
}

0 comments on commit 259add2

Please sign in to comment.