ryanmurakami / pizza-luvrs

❤️🍕🍕❤️ Demo project for AWS Developer: Getting Started on Pluralsight
114 stars 255 forks source link

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

Closed ricobanga closed 5 years ago

ricobanga commented 5 years ago

Ryan, your tutorials are awesome, thanks ! I get an error when trying to save pizza and put the image on the S3 :

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

For anyone who would have the same problem, save precious minutes using const s3 = new AWS.S3({ signatureVersion: 'v4' }); in the file imageStoreS3.js