Renkai opened a new issue, #172:
URL: https://github.com/apache/arrow-rs-object-store/issues/172

   **Describe the bug**
   Object store doesn't use the default profile in `~/.aws/config`
   
   <!--
   -->
   
   **To Reproduce**
   * compile with flag `aws_profile`
   * Have [default] section in `~/.aws/config` 
   * No `AWS_PROFILE` value
   * object store ignored the content in [default]
   <!--
   -->
   
   **Expected behavior**
   object store uses the [default] section for `s3` even if there is no 
`AWS_PROFILE` in the environment variables
   <!--
   -->
   
   **Additional context**
   Maybe related code position:
   
https://github.com/apache/arrow-rs/blob/master/object_store/src/aws/mod.rs#L1040


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to