Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created April 11, 2017 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpadilla/72dc28fc72649b39247b4c1917d17947 to your computer and use it in GitHub Desktop.
Save jpadilla/72dc28fc72649b39247b4c1917d17947 to your computer and use it in GitHub Desktop.
FilePreviews per-request storage settings
{
"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