This commit is contained in:
Gabe Farrell 2022-10-28 19:11:10 -04:00
commit 70192929ca
36 changed files with 4188 additions and 0 deletions

15
bucket-policy.json Normal file
View file

@ -0,0 +1,15 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicRead",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject",
"s3:GetObjectVersion"
],
"Resource": "arn:aws:s3:::group7-code-bucket-73h3fdsa/songs/*"
}
]
}