Fix the behavior of auto-loading credentials chain on S3 #912
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
rust
Rust related tasks
Problem Statement
Currently, Lance does not support a "default chain of credentials lookups", which makes the experience on AWS bad.
AWS rust sdk has the desired functionalty
https://docs.rs/aws-config/latest/aws_config/default_provider/credentials/struct.DefaultCredentialsChain.html
Not sure how to integrate into
object_store
rust crate yet.The text was updated successfully, but these errors were encountered: