7c07877b1b
Also update testing-policies/storage
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"Version":"2012-10-17",
|
|
"Statement":[
|
|
{
|
|
"Sid":"AddPerm",
|
|
"Effect":"Deny",
|
|
"Principal": "*",
|
|
"Action":["s3:GetObject"],
|
|
"Resource":["arn:aws:s3:::{{bucket_name}}/*"]
|
|
}
|
|
]
|
|
}
|