cloudcomputing-project/bucket-policy.json
2022-10-28 19:11:10 -04:00

15 lines
No EOL
355 B
JSON

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