Created
May 28, 2014 19:22
-
-
Save blitline-dev/987b37e440779a488d6a to your computer and use it in GitHub Desktop.
pre_process_only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src": "http://cdn.blitline.com/filters/boys.jpeg", | |
"src_type" : "pre_process_only", | |
"pre_process":[ | |
{ | |
"move_original" : { | |
"s3_destination" : { | |
"bucket" : "bltemp", | |
"headers" : { "x-amz-meta-foo" : "bar", | |
"x-amz-meta-taz" : "rio"}, | |
"key" : "grumpy_squirrel/moved_original_fooB.jpg" | |
} | |
} | |
} | |
] | |
} | |
# Won't actually work because you do not have permission to blitline buckets. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment