-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTestEvent.json
38 lines (38 loc) · 984 Bytes
/
TestEvent.json
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": "ap-south-1",
"eventTime": "2024-08-05T01:23:45.678Z",
"eventName": "PutObject",
"userIdentity": {
"principalId": "EXAMPLE"
},
"requestParameters": {
"sourceIPAddress": "1.2.3.4"
},
"responseElements": {
"x-amz-request-id": "EXAMPLE123456789",
"x-amz-id-2": "EXAMPLE123456789/abcdefghijKLMNOPQRstuVWxyz0123456789abcdefghij"
},
"s3": {
"s3SchemaVersion": "1.0",
"configurationId": "example-config-id",
"bucket": {
"name": "<bucket_name>",
"ownerIdentity": {
"principalId": "EXAMPLE"
},
"arn": "arn:aws:s3:::<bucket_name>"
},
"object": {
"key": "file_name.csv",
"size": 1234,
"eTag": "abcdef1234567890",
"sequencer": "abcdef1234567890"
}
}
}
]
}