-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminio.json
More file actions
50 lines (50 loc) · 1.32 KB
/
minio.json
File metadata and controls
50 lines (50 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"EventName": "s3:ObjectCreated:Put",
"Key": "transcode/movies/Attack of the Giant Leeches (1959).mkv",
"Records": [
{
"eventVersion": "2.0",
"eventSource": "minio:s3",
"awsRegion": "rapture",
"eventTime": "2018-05-08T22:31:18Z",
"eventName": "s3:ObjectCreated:Put",
"userIdentity": {
"principalId": "EYga97Xt3vMTChMnhJXd"
},
"requestParameters": {
"sourceIPAddress": "10.255.0.3:56402"
},
"responseElements": {
"x-amz-request-id": "152CCC011E346B1A",
"x-minio-origin-endpoint": "http://10.0.2.7:9000"
},
"s3": {
"s3SchemaVersion": "1.0",
"configurationId": "Config",
"bucket": {
"name": "transcode",
"ownerIdentity": {
"principalId": "EYga97Xt3vMTChMnhJXd"
},
"arn": "arn:aws:s3:::transcode"
},
"object": {
"key": "movies%2FIMAG0007.jpg",
"size": 2963965,
"eTag": "9fe55b9f64eaaac41c8c1651f2749202",
"contentType": "image/jpeg",
"userMetadata": {
"content-type": "image/jpeg"
},
"versionId": "1",
"sequencer": "152CCC011E346B1A"
}
},
"source": {
"host": "",
"port": "",
"userAgent": ""
}
}
]
}