mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "VisualEditor0",
|
|
"Effect": "Allow",
|
|
"Action": "s3:PutObjectAcl",
|
|
"Resource": [
|
|
"arn:aws:s3:::fcos-builds/*",
|
|
"arn:aws:s3:::fcos-builds"
|
|
]
|
|
},
|
|
{
|
|
"Sid": "VisualEditor1",
|
|
"Effect": "Allow",
|
|
"Action": "s3:*",
|
|
"Resource": [
|
|
"arn:aws:s3:::fcos-builds/*",
|
|
"arn:aws:s3:::fcos-builds"
|
|
]
|
|
}
|
|
]
|
|
}
|