summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorStefan Horning <stefan@hornings.de>2019-06-03 20:25:11 +0200
committerJill R <4121322+jillr@users.noreply.github.com>2019-06-03 11:25:09 -0700
commitddfaa83ccff2016a29db427b0bc0bb67497e7305 (patch)
tree68e39496eb199ba48248f81968894704f0c0ada2 /hacking
parent3587f346c0c179775927a16f547f4f83c867b988 (diff)
downloadansible-ddfaa83ccff2016a29db427b0bc0bb67497e7305.tar.gz
s3_bucket: add encryption capabilities to the module (#55985)
* s3_bucket: add encryption capabilities to the module
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/storage-policy.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/storage-policy.json b/hacking/aws_config/testing_policies/storage-policy.json
index 39f75c756e..873bc7f00b 100644
--- a/hacking/aws_config/testing_policies/storage-policy.json
+++ b/hacking/aws_config/testing_policies/storage-policy.json
@@ -11,13 +11,16 @@
"s3:GetBucketRequestPayment",
"s3:GetBucketTagging",
"s3:GetBucketVersioning",
+ "s3:GetEncryptionConfiguration",
"s3:GetObject",
+ "s3:HeadBucket",
"s3:ListBucket",
"s3:PutBucketAcl",
"s3:PutBucketPolicy",
"s3:PutBucketRequestPayment",
"s3:PutBucketTagging",
"s3:PutBucketVersioning",
+ "s3:PutEncryptionConfiguration",
"s3:PutObject",
"s3:PutObjectAcl"
],