martinklepsch / s3-beam

🚀 direct-to-S3 uploading using ClojureScript
Eclipse Public License 1.0
92 stars 17 forks source link

Allow the user to upload to S3 through a custom URL #29

Closed danielcompton closed 8 years ago

danielcompton commented 8 years ago

If the user doesn't want to expose the bucket name to the end user, or otherwise wants them to upload through another domain name, they can pass site-url as another parameter. The cljs client will be directed to upload to that site-url.

danielcompton commented 8 years ago

@martinklepsch if you're happy with this, once you've had a chance to review and merge it, could you cut a release to Clojars?

danielcompton commented 8 years ago

@martinklepsch I've merged this now, could you cut a release?