tustvold commented on code in PR #3631: URL: https://github.com/apache/arrow-datafusion/pull/3631#discussion_r982008362
########## datafusion-cli/README.md: ########## @@ -65,6 +65,37 @@ DataFusion CLI v12.0.0 1 row in set. Query took 0.017 seconds. ``` +## Querying S3 Data Sources + +The CLI can query data in S3 if the following environment variables are defined: + +- `AWS_DEFAULT_REGION` Review Comment: AWS_REGION is more standard, AWS_DEFAULT_REGION is the fallback -- 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]
