We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a7ea0 commit 74d4fbfCopy full SHA for 74d4fbf
README.md
@@ -169,6 +169,10 @@ locals {
169
"kms.amazonaws.com:RetireGrant",
170
171
"trustedadvisor.amazonaws.com:RefreshCheck",
172
+
173
+ # Must CreateMultipartUpload before uploading any parts.
174
+ "s3.amazonaws.com:UploadPart",
175
+ "s3.amazonaws.com:UploadPartCopy"
176
]
177
}
178
```
excluded_scoped_actions.tf
@@ -45,5 +45,9 @@ locals {
45
46
47
48
49
50
51
52
53
0 commit comments