tustvold commented on code in PR #2807:
URL: https://github.com/apache/arrow-rs/pull/2807#discussion_r984050710
##########
object_store/src/aws/mod.rs:
##########
@@ -370,6 +370,7 @@ impl AmazonS3Builder {
/// * AWS_DEFAULT_REGION -> region
/// * AWS_ENDPOINT -> endpoint
/// * AWS_SESSION_TOKEN -> token
+ /// * AWS_ALLOW_HTTP -> true for trusted minio connection
Review Comment:
```suggestion
/// * AWS_ALLOW_HTTP -> set to "true" to permit HTTP connections without
TLS
```
--
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]