mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
13 lines
217 B
JSON
13 lines
217 B
JSON
|
{
|
||
|
"Version":"2012-10-17",
|
||
|
"Statement":[
|
||
|
{
|
||
|
"Sid":"AddPerm",
|
||
|
"Effect":"Deny",
|
||
|
"Principal": "*",
|
||
|
"Action":["s3:GetObject"],
|
||
|
"Resource":["arn:aws:s3:::{{bucket_name}}/*"]
|
||
|
}
|
||
|
]
|
||
|
}
|