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-*",
|
||||||
"arn:aws:s3:::ansible-test-*/*"
|
"arn:aws:s3:::ansible-test-*/*"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sid": "AllowListingS3Buckets",
|
||||||
|
"Action": [
|
||||||
|
"s3:ListAllMyBuckets"
|
||||||
|
],
|
||||||
|
"Effect": "Allow",
|
||||||
|
"Resource": "*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue