Last active
January 3, 2019 08:50
-
-
Save apoorvparijat/09dd0be9b7a47594a52aba514734effb to your computer and use it in GitHub Desktop.
Zipping Service JSON payload
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
| { | |
| "files": [ | |
| "https://s3.amazonaws.com/test/le123.jpeg","https://s3.amazonaws.com/test/sample123.jpeg","https://s3.amazonaws.com/test/sample123.jpeg" | |
| ] | |
| "postback_url": "<url>", | |
| "output": { | |
| "bucket": "<bucket-name>", | |
| "file_path": "<directory>/<directory>/<zip-file-name>.zip" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment