martinklepsch / s3-beam

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

Add support for Signature Version 4 #34

Closed whamtet closed 7 years ago

whamtet commented 7 years ago

AWS Signature Version 4 is the only supported version for new buckets such as Seoul (ap-northwest-2), you should add support for this.

Doco

martinklepsch commented 7 years ago

A pull request is welcome. On Tue, 20 Sep 2016 at 06:03, Matthew Molloy notifications@github.com wrote:

AWS Signature Version 4 is the only supported version for new buckets such as Seoul (ap-northwest-2), you should add support for this.

Doco http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html#signing-request-intro

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martinklepsch/s3-beam/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AAF82EisVbqZOjvMGbOuDg96qHWyV2roks5qr1sXgaJpZM4KBM-h .

whamtet commented 7 years ago

Ok,

let me figure this out and I'll send it through.

Matt

On 20 September 2016 at 15:35, Martin Klepsch notifications@github.com wrote:

A pull request is welcome. On Tue, 20 Sep 2016 at 06:03, Matthew Molloy notifications@github.com wrote:

AWS Signature Version 4 is the only supported version for new buckets such as Seoul (ap-northwest-2), you should add support for this.

Doco http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4- authenticating-requests.html#signing-request-intro

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martinklepsch/s3-beam/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/ AAF82EisVbqZOjvMGbOuDg96qHWyV2roks5qr1sXgaJpZM4KBM-h .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/martinklepsch/s3-beam/issues/34#issuecomment-248226456, or mute the thread https://github.com/notifications/unsubscribe-auth/AB0kP89VLUgmcDYxGSHbbmonb_0ge-qPks5qr4zbgaJpZM4KBM-h .

whamtet commented 7 years ago

Version 4 is supported by s3-beamer