Add missing s3 permissions for s3 module testing. (#43243)

This commit is contained in:
Ed Costello 2018-09-11 09:21:36 +12:00 committed by ansibot
parent ed49f37957
commit 96c4efcd95

View file

@ -26,6 +26,14 @@
"arn:aws:s3:::ansible-test-*",
"arn:aws:s3:::ansible-test-*/*"
]
},
{
"Sid": "AllowListingS3Buckets",
"Action": [
"s3:ListAllMyBuckets"
],
"Effect": "Allow",
"Resource": "*"
}
]
}