You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah I knew it was something stupid I was doing! That may be worth calling out in the docs, I assumed I could add those s3 configurations at connection time and then load the httpfs extension. Regardless, thank you for your help @samansmink!
When trying to add s3-specific configurations to the connection config, I'm met with any of:
duckdb.duckdb.InvalidInputException: Invalid Input Error: Unrecognized configuration property "s3_access_key_id"
duckdb.duckdb.InvalidInputException: Invalid Input Error: Unrecognized configuration property "s3_secret_access_key"
duckdb.duckdb.InvalidInputException: Invalid Input Error: Unrecognized configuration property "s3_region"
I could be doing something wrong here, but all other config options seem to work other than the s3-related options. Example snippet:
The text was updated successfully, but these errors were encountered: