mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add missing s3 permissions for s3 module testing. (#43243)
This commit is contained in:
parent
ed49f37957
commit
96c4efcd95
1 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,14 @@
|
|||
"arn:aws:s3:::ansible-test-*",
|
||||
"arn:aws:s3:::ansible-test-*/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sid": "AllowListingS3Buckets",
|
||||
"Action": [
|
||||
"s3:ListAllMyBuckets"
|
||||
],
|
||||
"Effect": "Allow",
|
||||
"Resource": "*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue