-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_data.json
More file actions
38 lines (38 loc) · 1.19 KB
/
sample_data.json
File metadata and controls
38 lines (38 loc) · 1.19 KB
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
33
34
35
36
37
38
{
"Records": [
{
"eventVersion": "2.0",
"eventSource": "aws:s3",
"awsRegion": "us-east-1",
"eventTime": "2018-11-16T01: 38: 02.813Z",
"eventName": "ObjectCreated:Put",
"userIdentity": {
"principalId": "AWS:BLAH"
},
"requestParameters": {
"sourceIPAddress": ""
},
"responseElements": {
"x-amz-request-id": "",
"x-amz-id-2": ""
},
"s3": {
"s3SchemaVersion": "1.0",
"configurationId": "AfterUploadTransposeImages",
"bucket": {
"name": "kinan-file-converter-source",
"ownerIdentity": {
"principalId": ""
},
"arn": "arn:aws:s3: : :kinan-file-converter-source"
},
"object": {
"key": "dsc00041.jpg",
"size": 143812,
"eTag": "2385b240b1037eb7f8e04d335c4baf05",
"sequencer": "005BEE1F7A94C5B8A0"
}
}
}
]
}