Skip to content

Instantly share code, notes, and snippets.

@apoorvparijat
Last active January 3, 2019 08:50
Show Gist options
  • Select an option

  • Save apoorvparijat/09dd0be9b7a47594a52aba514734effb to your computer and use it in GitHub Desktop.

Select an option

Save apoorvparijat/09dd0be9b7a47594a52aba514734effb to your computer and use it in GitHub Desktop.
Zipping Service JSON payload
{
"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