mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 00:22:14 +02:00
Integration tests for s3_logging (#63257)
* s3_logging: (integration tests) updated AWS policy * s3_logging: fix sanity test issues * s3_logging: Integration tests * Add pauses to cope with evenual consistency * Mark s3_logging tests as 'unsupported' for now due to testing instability
This commit is contained in:
@@ -6,24 +6,27 @@
|
||||
"Action": [
|
||||
"s3:CreateBucket",
|
||||
"s3:Delete*",
|
||||
"s3:GetBucketAcl",
|
||||
"s3:GetBucketLogging",
|
||||
"s3:GetBucketNotification",
|
||||
"s3:GetBucketPolicy",
|
||||
"s3:GetBucketRequestPayment",
|
||||
"s3:GetBucketTagging",
|
||||
"s3:GetBucketVersioning",
|
||||
"s3:GetEncryptionConfiguration",
|
||||
"s3:GetObject",
|
||||
"s3:GetBucketNotification",
|
||||
"s3:HeadBucket",
|
||||
"s3:List*",
|
||||
"s3:PutBucketAcl",
|
||||
"s3:PutBucketLogging",
|
||||
"s3:PutBucketNotification",
|
||||
"s3:PutBucketPolicy",
|
||||
"s3:PutBucketRequestPayment",
|
||||
"s3:PutBucketTagging",
|
||||
"s3:PutBucketVersioning",
|
||||
"s3:PutEncryptionConfiguration",
|
||||
"s3:PutObject",
|
||||
"s3:PutObjectAcl",
|
||||
"s3:PutBucketNotification"
|
||||
"s3:PutObjectAcl"
|
||||
],
|
||||
"Effect": "Allow",
|
||||
"Resource": [
|
||||
|
||||
Reference in New Issue
Block a user