diff --git a/hacking/aws_config/testing_policies/storage-policy.json b/hacking/aws_config/testing_policies/storage-policy.json index 961c80ca7cd..39f75c756e5 100644 --- a/hacking/aws_config/testing_policies/storage-policy.json +++ b/hacking/aws_config/testing_policies/storage-policy.json @@ -26,6 +26,14 @@ "arn:aws:s3:::ansible-test-*", "arn:aws:s3:::ansible-test-*/*" ] + }, + { + "Sid": "AllowListingS3Buckets", + "Action": [ + "s3:ListAllMyBuckets" + ], + "Effect": "Allow", + "Resource": "*" } ] }