-
Notifications
You must be signed in to change notification settings - Fork 1
/
event_sample_response.py
33 lines (32 loc) · 1.24 KB
/
event_sample_response.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"Records": [
{
"eventVersion": "2.1",
"eventSource": "aws:s3",
"awsRegion": "us-west-1",
"eventTime": "2019-12-25T22:33:47.158Z",
"eventName": "ObjectCreated:Put",
"userIdentity": {"principalId": "AWS:AIDA6PJYOLSLYO4LOPGS5"},
"requestParameters": {"sourceIPAddress": "190.163.99.198"},
"responseElements": {
"x-amz-request-id": "BEFF4C721E348B75",
"x-amz-id-2": "p2jvdh+dxFruAC+VteZErGQvvq/z9FuWqLfUihFWTMyUuCX0WkOdIhIxul2KlNIYHw1QlrqhfF8=",
},
"s3": {
"s3SchemaVersion": "1.0",
"configurationId": "NzdmYTQ2ODYtY2RhYS00ZDUwLTk1YTgtZTgzOGYzNTkxNTlk",
"bucket": {
"name": "video-converter-2019",
"ownerIdentity": {"principalId": "A1MJSXSXZF5UGX"},
"arn": "arn:aws:s3:::video-converter-2019",
},
"object": {
"key": "input/dark-side.mp4",
"size": 540861,
"eTag": "6325255cce5ba6905c7a4510136bf061",
"sequencer": "005E03E3CB142B5423",
},
},
}
]
}