Skip to content

Instantly share code, notes, and snippets.

@paulwalker
Last active December 22, 2015 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulwalker/6542358 to your computer and use it in GitHub Desktop.
Save paulwalker/6542358 to your computer and use it in GitHub Desktop.
{
"application_id": "88ZfDrKNIok6CILSOe9U95Q",
"src": {
"name": "s3",
"bucket": "yapert-stage-secure",
"key": "uploads/1160/B581C43A-572A-44E8-853A-2F0BB72FF689_1378914968.jpeg"
},
"postback_url": "http://stage-api.yapert.com:3000/api/v1/assets/007736130c976d105fab92dc89f90263/blitline/callback",
"functions": [
{
"name": "resize_to_fill",
"params": {
"width": 2048,
"height": 2048
},
"save": {
"image_identifier": "large",
"s3_destination": {
"headers": {
"Cache-Control": "public,max-age=315576000"
},
"bucket": "yapert-stage-secure",
"key": "streams/1160/p/007736130c976d105fab92dc89f90263/2048x2048.jpg"
}
}
},
{
"name": "resize_to_fill",
"params": {
"width": 1136,
"height": 1136
},
"save": {
"image_identifier": "normal",
"s3_destination": {
"headers": {
"Cache-Control": "public,max-age=315576000"
},
"bucket": "yapert-stage-secure",
"key": "streams/1160/p/007736130c976d105fab92dc89f90263/1136x1136.jpg"
}
}
},
{
"name": "resize_to_fill",
"params": {
"width": 1136,
"height": 216
},
"save": {
"image_identifier": "thumb_retina",
"s3_destination": {
"headers": {
"Cache-Control": "public,max-age=315576000"
},
"bucket": "yapert-stage-secure",
"key": "streams/1160/p/007736130c976d105fab92dc89f90263/1136x216.jpg"
}
}
},
{
"name": "resize_to_fill",
"params": {
"width": 568,
"height": 108
},
"save": {
"image_identifier": "thumb",
"s3_destination": {
"headers": {
"Cache-Control": "public,max-age=315576000"
},
"bucket": "yapert-stage-secure",
"key": "streams/1160/p/007736130c976d105fab92dc89f90263/568x108.jpg"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment