Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo causing failed authentication #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danjiro
Copy link

@danjiro danjiro commented Jun 12, 2017

fixed 'awsId' to the correct 'awsID'

@JuanCrg90
Copy link
Collaborator

I have verified the documentation and the following examples in the package

In all the places we have defined the following piece of code:

var client = amazon.createClient({
  awsTag: process.env.AWS_TAG,
  awsId: process.env.AWS_ID,
  awsSecret: process.env.AWS_SECRET
});

I'm not sure why awsId is considered a Typo.

maybe @t3chnoboy and @masterT could help us :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants