MathieuLoutre / grunt-aws-s3

Grunt plugin to interact with AWS S3 using the AWS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using awsProfile gives CredentialsError

okko opened this issue · comments

How should one reference the awsProfile settings in config of grunt-aws-s3?

I added

         awsProfile: "~/.aws/credentials"

but get:

CredentialsError: Missing credentials in config

Ref: aca3bb2

Oh, you're supposed to reference the profile name in ~/.aws/credentials. Got it.