mr-brobot opened a new issue, #6157: URL: https://github.com/apache/arrow-datafusion/issues/6157
### Is your feature request related to a problem or challenge? A common way of providing credentials to programs that interact with AWS services is via named profiles, using the `AWS_PROFILE` environment variable. Today, the CLI throws an error when a named profile is provided. ``` Object Store error: Generic S3 error: Profile support requires aws_profile feature ``` ### Describe the solution you'd like [Object store supports named profiles via the `aws_profile` feature](https://github.com/apache/arrow-rs/pull/2891). Enabling that feature should enable this feature for the CLI with little/no other changes. ### Describe alternatives you've considered _No response_ ### Additional context Supporting the common forms of AWS credential/config management might lower friction for users who want to get started with DataFusion via the CLI (e.g., me). I want to work on this feature but want to get feedback from the community/committers before moving forward with a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org