Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created August 27, 2012 21:26
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 blitline-dev/3492389 to your computer and use it in GitHub Desktop.
Save blitline-dev/3492389 to your computer and use it in GitHub Desktop.
Download from S3 as credentialled source
{
"application_id":"YOUR_APP_ID",
"src": { "name":"s3", "bucket":"img.blitline", "key":"temp_folder/image.jpg" },
"functions":[
{
"name":"resize_to_fill",
"params":{
"width": 200,
"height": 200
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment