Created
April 11, 2017 02:52
-
-
Save jpadilla/72dc28fc72649b39247b4c1917d17947 to your computer and use it in GitHub Desktop.
FilePreviews per-request storage settings
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
{ | |
"url": "FILE_URL_HERE", | |
"callback_url": "CALLBACK_WEBHOOK_URL", | |
"uploader": { | |
"location": "s3", | |
"s3_access_key_id": "ACCESS_KEY_ID_HERE", | |
"s3_secret_access_key": "SECRET_ACCESS_KEY_HERE", | |
"s3_storage_bucket_name": "BUCKET_NAME_HERE", | |
"s3_region": "us-east-1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment