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

Duckplyr should allow users to set s3 secret tokens etc. #39

Open
Tmonster opened this issue Jul 19, 2023 · 1 comment
Open

Duckplyr should allow users to set s3 secret tokens etc. #39

Tmonster opened this issue Jul 19, 2023 · 1 comment

Comments

@Tmonster
Copy link
Contributor

adjacent to #37 duckplyr does not expose any functionality to allow users to set their s3 secret keys etc. as described here. Basically users cannot execute sql against the default duckdb connection through duckplyr.

https://duckdb.org/docs/guides/import/s3_import.html

Might be nice to have functions like set_s3_keys(access_key, secret_access_key) and set_s3_session_token(session_token).

We can brainstorm sometime

@krlmlr
Copy link
Collaborator

krlmlr commented Jul 19, 2023

Would duckdb pick it up from environment variables if unset?

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

No branches or pull requests

2 participants