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

Commit

Permalink
docs(02-setting_options-s3.jmd): Add comma to object literal (#1694)
Browse files Browse the repository at this point in the history
(now the snippet is valid JavaScript)
  • Loading branch information
gkop authored and rnicholus committed Nov 26, 2016
1 parent a902522 commit 2202d3f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2202d3f

Please sign in to comment.