alamb commented on code in PR #6977:
URL: https://github.com/apache/arrow-rs/pull/6977#discussion_r1915583423
##########
object_store/src/aws/builder.rs:
##########
@@ -427,14 +427,19 @@ impl AmazonS3Builder {
/// Fill the [`AmazonS3Builder`] with regular AWS environment variables
///
- /// Variables extracted from environment:
+ /// All environment variables starting with `AWS_` will be evaluated.
Names must
+ /// match acceptable input to [`AmazonS3ConfigKey::from_str`][]. Only
upper-case environment
Review Comment:
```suggestion
/// match acceptable input to [`AmazonS3ConfigKey::from_str`]. Only
upper-case environment
```
--
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]