duckplyr icon indicating copy to clipboard operation
duckplyr copied to clipboard

Duckplyr should allow users to set s3 secret tokens etc.

Open Tmonster opened this issue 1 year ago • 1 comments

adjacent to https://github.com/duckdblabs/duckplyr/issues/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

Tmonster avatar Jul 19 '23 15:07 Tmonster