marun224 opened a new issue, #219: URL: https://github.com/apache/arrow-java/issues/219
### Describe the usage question you have. Please include as many useful details as possible. Even though all aws credentials are set, getting below error while trying to read s3 files using Arrow Dataset Java API. Please guide which are AWS properties needs to be set to work correctly. ```text java.lang.RuntimeException: When resolving region for bucket : AWS Error NETWORK_CONNECTION during HeadBucket operation: Encountered network error when sending http request at org.apache.arrow.dataset.file.JniWrapper.makeFileSystemDatasetFactory(Native Method) at org.apache.arrow.dataset.file.FileSystemDatasetFactory.createNative(FileSystemDatasetFactory.java:35) at org.apache.arrow.dataset.file.FileSystemDatasetFactory.<init>(FileSystemDatasetFactory.java:31) at com.arrow.dataset.ParquetFileToArrowReader.readS3Parquet(ParquetFileToArrowReader.java:114) at com.arrow.dataset.ParquetFileToArrowReader.main(ParquetFileToArrowReader.java:36) ``` ### Component(s) Java -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org