Created
July 8, 2016 20:01
-
-
Save rnicholus/1f7f0b0b7cdab43dee505121898af7c5 to your computer and use it in GitHub Desktop.
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
var uploader = new qq.s3.FineUploader({ | |
element: document.getElementById("fineUploader"), | |
request: { | |
endpoint: "mybucket.s3.amazonaws.com", | |
accessKey: "MY_AWS_PUBLIC_ACCESS_KEY" | |
}, | |
signature: { | |
endpoint: "/s3/signtureHandler" | |
}, | |
uploadSuccess: { | |
endpoint: "success.html" | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment