martinklepsch / s3-beam

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

Allow specification of ACL when creating signed url for upload #22

Closed publicmayhem closed 8 years ago

publicmayhem commented 8 years ago

I would like to use s3-beam to create signed urls with acl's that differ from public-read, such as authenticated-read. I've made the necessary small mod to allow this. Can you review and include? Thx

martinklepsch commented 8 years ago

Here we go! Thanks for your efforts @publicmayhem & sorry for the long wait :)