mirror of
https://github.com/gabehf/cloudcomputing-project.git
synced 2026-03-09 23:48:14 -07:00
first
This commit is contained in:
commit
70192929ca
36 changed files with 4188 additions and 0 deletions
15
bucket-policy.json
Normal file
15
bucket-policy.json
Normal 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/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue