Skip to content

Commit

Permalink
fix: Remove s3 UploadPart and UploadPartCopy from notifications (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen authored Mar 22, 2023
1 parent 84a7ea0 commit 74d4fbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ locals {
"kms.amazonaws.com:RetireGrant",
"trustedadvisor.amazonaws.com:RefreshCheck",
# Must CreateMultipartUpload before uploading any parts.
"s3.amazonaws.com:UploadPart",
"s3.amazonaws.com:UploadPartCopy"
]
}
```
Expand Down
4 changes: 4 additions & 0 deletions excluded_scoped_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ locals {
"kms.amazonaws.com:RetireGrant",

"trustedadvisor.amazonaws.com:RefreshCheck",

# Must CreateMultipartUpload before uploading any parts.
"s3.amazonaws.com:UploadPart",
"s3.amazonaws.com:UploadPartCopy"
]
}

0 comments on commit 74d4fbf

Please sign in to comment.