Open weatherstar opened 7 years ago
@LouiseMcMahon I'm sorry not to explain clearly. When using this plugin(with nodeBB 1.4.5), I get the following error:
AWS::S3::Errors::InvalidRequest The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256
I have checked some information said that I should use signature_version: 'v4' in aws-sdk like
var s3 = new AWS.S3({ signatureVersion: 'v4' });
So I add it to the settings and then upgraded the version of aws-skd and it worked. That's the reason I created this pull request : )
Can you give me a bit more info on your goal with this? is it just to update it or does this fix something?
On 30 March 2017 at 07:05, Weatherstar notifications@github.com wrote: