pgherveou / gulp-awspublish

gulp plugin to publish files to amazon s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README is a lie re: IAM credentials.

MichaelJCole opened this issue · comments

Hey guys, thanks for this plugin. I burned 4 hours on this problem:

The README shows one way to configure IAM credentials. This way consistently results in ACCESS DENIED. It may work sometimes depending on how your AWS client is logged in.

This PR shows the correct way and gets rid of ACCESS DENIED.

thanks! was driving me crazy.

Can this pr be accepted?

Thank you for reporting this! The readme is updated #148.

By the way, the credentials object is not always necessary based on AWS.S3 documentation. I don't know well this SDK, but seems like it has something to do with setting signatureVersion in the same time.