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

Typo when connecting to AWS #1

Closed
davidgasquez opened this issue Feb 20, 2018 · 2 comments
Closed

Typo when connecting to AWS #1

davidgasquez opened this issue Feb 20, 2018 · 2 comments
Assignees
Labels

Comments

@davidgasquez
Copy link

Heya @jwinternheimer! I've noticed the forecaster is failing and after checking the logs I've noticed is not reading the environment variables properly.

The error might be caused by this line: https://github.com/jwinternheimer/buffer/blob/master/R/write_to_redshift.R#L39

These are the logs:

Enter your AWS access key: 
Enter your AWS secret access key: 
Error in Sys.setenv(AWS_SECRET_ACCESS_KEY = secret_keu) : 
  object 'secret_keu' not found
Calls: main -> <Anonymous> -> Sys.setenv
Execution halted

Let me know if I can share anything else!

@jwinternheimer jwinternheimer self-assigned this Feb 20, 2018
@jwinternheimer
Copy link
Member

Oh wow, thanks for filing this @davidgasquez! Pushing a fix now!

@jwinternheimer
Copy link
Member

Issue has been fixed here: bb447a8

Thanks again for bringing this up!

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

No branches or pull requests

2 participants