-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(s3): onCloudTrailWriteObject matches all update events (#4723)
* fix(s3): rule should match all update events In addition to 'PutObject', onCloudTrailPutObject() should also match on event names 'CopyObject' and 'CompleteMultipartUpload'; otherwise the event does not trigger when files are uploaded using those APIs. E.g., larger files are uploaded using the multipart API. fixes #4634 * added unit tests removed unnecessary integration tests * update expected cfn output for integ * new method for matching object writes * use new method to match write events
- Loading branch information
1 parent
b7b4336
commit 46d9885
Showing
4 changed files
with
165 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters