Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

docs(02-setting_options-s3.jmd): Add comma to object literal #1694

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart/02-setting_options-s3.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ other, better options. Please see [modules feature page](../features/modules.htm
debug: true,
element: document.getElementById('fine-uploader'),
request: {
endpoint: '{ YOUR_BUCKET_NAME }.s3.amazonaws.com'
endpoint: '{ YOUR_BUCKET_NAME }.s3.amazonaws.com',
accessKey: '{ YOUR_ACCESS_KEY }'
},
signature: {
Expand Down