Skip to content

Commit

Permalink
Fixed typo with secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jwinternheimer committed Feb 20, 2018
1 parent e7f3cba commit bb447a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/write_to_redshift.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ write_to_redshift <- function(df, table_name, bucket_name, option = "replace", k
key_id <- readline(prompt = "Enter your AWS access key: ")
secret_key <- readline(prompt = "Enter your AWS secret access key: ")
Sys.setenv(AWS_ACCESS_KEY_ID = key_id)
Sys.setenv(AWS_SECRET_ACCESS_KEY = secret_keu)
Sys.setenv(AWS_SECRET_ACCESS_KEY = secret_key)

}

Expand Down

0 comments on commit bb447a8

Please sign in to comment.