Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created August 20, 2012 17:01
Show Gist options
  • Save blitline-dev/3405830 to your computer and use it in GitHub Desktop.
Save blitline-dev/3405830 to your computer and use it in GitHub Desktop.
S3 Bucket src
{
"application_id":"YOUR_APP_ID",
"src":{ "name" : "s3",
"bucket":"bltemp",
"key" : "twinkle.jpg"
},
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":800,
"height":"9999"
},
"save":{
"image_identifier":"external_sample_1"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment