Skip to content

Instantly share code, notes, and snippets.

@rnicholus
Created July 8, 2016 20:00
Show Gist options
  • Save rnicholus/788f460aa702c825e04f6be0b58c4b2a to your computer and use it in GitHub Desktop.
Save rnicholus/788f460aa702c825e04f6be0b58c4b2a to your computer and use it in GitHub Desktop.
$('#fineUploader').fineUploaderS3({
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