Open leeper opened 7 years ago
cloudyr
. Just need to get the bugs out of it and finalize the API. Figuring out com.amazonaws.athena.jdbc.shaded.com.amazonaws.auth.EnvironmentVariableCredentialsProvider
is what I needed to provide to the JDBC call was the sticking part for me. I'll gladly let other bits manage the cred access for me ;-)Cool! You have owner rights at cloudyr so feel free to move over there whenever you feel it's ready. And let me know if you want a PR for the credentials stuff.
Looks like you're calling AWS credentials files internally. You might want to try importing aws.signature, which will give a
use_credentials()
function to call an arbitrary credentials file.(Also, if you want to contribute this to cloudyr, let me know!)