kylebarron opened a new issue, #5429:
URL: https://github.com/apache/arrow-rs/issues/5429

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   I'm using `object-store` from a Python binding via 
[`object-store-python`](https://github.com/roeap/object-store-python). It 
passes config options from a Python dict into an e.g. `AmazonS3Builder` via 
[`with_config`](https://github.com/roeap/object-store-python/blob/445e9d7fa238fc3cd31cc2820caee0d8e10fedb8/object-store-internal/src/builder.rs#L191-L193).
 I'm used to passing config options in as upper case params, e.g. 
`"AWS_ACCESS_KEY_ID"`. It would be a small quality of life improvement to 
automatically allow upper-case config options.
   
   **Describe the solution you'd like**
   
   Call `to_lowercase()` when matching string input e.g. here:
   
   
https://github.com/apache/arrow-rs/blob/48fbb293c29ea73b78dfefa375efa53239fb0351/object_store/src/aws/builder.rs#L379
   
   **Describe alternatives you've considered**
   
   Higher level code, e.g. in `object-store-python`, could handle case 
conversions itself.
   
   
   **Additional context**
   
   


-- 
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