-
Notifications
You must be signed in to change notification settings - Fork 0
/
message_format.json
60 lines (60 loc) · 1.6 KB
/
message_format.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"options":[
{
"action": "fit",
"size": "100x100",
"format": "png",
"mime": "image/png",
"prefix": "resized-image-fit"
},
{
"action": "fill",
"size": "200x200",
"format": "png",
"mime": "image/png",
"prefix": "resized-image-fill"
},
{
"action": "center",
"size": "300x300",
"format": "png",
"mime": "image/png",
"prefix": "resized-image-center"
},
{
"action": "width",
"size": "100",
"format": "png",
"mime": "image/png",
"prefix": "resized-image-width"
},
{
"action": "height",
"size": "150",
"format": "png",
"mime": "image/png",
"prefix": "resized-image-height"
},
{
"action": "stretch",
"size": "120x120",
"format": "png",
"mime": "image/png",
"prefix": "resized-image-stretch"
},
{
"action": "thumb",
"size": "50x50",
"format": "png",
"mime": "image/png",
"prefix": "resized-image-thumb"
}
],
"params":{
"custom": "These params are going to be sent to response channel, you can put anything here.",
"other": "You can use this part as informational data area."
},
"response_channel":"image_resized",
"key":"image.jpg",
"bucket_name":"your-bucket-name"
}