Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created October 4, 2013 14:34
Show Gist options
  • Save blitline-dev/6826915 to your computer and use it in GitHub Desktop.
Save blitline-dev/6826915 to your computer and use it in GitHub Desktop.
Private S3 source example
{
"application_id": "YOUR_APP_ID",
"src": {
"name": "s3",
"bucket": "bltemp",
"key": "twinkle.jpg"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 100
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment