Vortex object storage reads and writes go through object_store which requires environment variables for authentication https://docs.vortex.dev/user-guide/duckdb#object-storage-secrets.
Duckdb has CREATE SECRET https://duckdb.org/docs/current/configuration/secrets_manager statements. We may want to wire this up to use native DUCKDB secrets.
Vortex object storage reads and writes go through
object_storewhich requires environment variables for authentication https://docs.vortex.dev/user-guide/duckdb#object-storage-secrets.Duckdb has CREATE SECRET https://duckdb.org/docs/current/configuration/secrets_manager statements. We may want to wire this up to use native DUCKDB secrets.