Created
September 27, 2016 15:02
-
-
Save duhaas2015/ce09f5178a2885883174e998482ab6a7 to your computer and use it in GitHub Desktop.
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
{ | |
"detail-type": [ | |
"AWS API Call via CloudTrail" | |
], | |
"detail": { | |
"eventSource": [ | |
"s3.amazonaws.com" | |
], | |
"eventName": [ | |
"PutBucketAcl" | |
], | |
"requestParameters": { | |
"bucketName": "*", | |
"AccessControlPolicy": { | |
"AccessControlList": { | |
"Grant": [ | |
{ | |
"Grantee": { | |
"xsi:type": "CanonicalUser", | |
"xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", | |
"ID": "25791cc997315bfacbf7115d1f6e79ddfa810048305ea3956ec38a2b23f9a966" | |
}, | |
"Permission": "READ" | |
}] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment