adamhenson / s3-image-uploader

A Node.js module for resizing, and uploading files to Amazon S3 with capability to track progress using websockets.
Other
44 stars 5 forks source link

AWS v4 Signatures #3

Open joeauty opened 7 years ago

joeauty commented 7 years ago

Hello,

Just wondering if you plan to support (I'm presuming by updating a dependency) AWS v4 signatures? I'm getting the following error uploading to my CA-Central bucket:

The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.

It works with with US-East.

adamhenson commented 7 years ago

No, sorry @joeauty. To be honest - I don't know what that is, and I don't think I will be adding many more features to this package.

Are you adding the key and secret? Mind sharing some code?