-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Heya here, thanks for the package.
I'm just writing down notes regarding configuration in case it can be added somewhere in the docs / can help another newbie (I read issues to understand that environment variables didn't mean R environment variables 🙂 )
First note for newbies: to get the key and key ID go into your "My security credentials" settings from the drop-down menu at the top right of the console where your username is.
I was hoping to be able to use keyring and Sys.setenv() but since environment variables are not read by R and I seem to be too unaware of Java/Ubuntu I ended up installing AWS CLI and running aws configure which was fairly straightforward and now I can open a connection. :-)
I suppose that because R doesn't handle the credentials there's no way to check the configuration worked from R without trying to establish a connection?