albogdano opened a new pull request, #13949: URL: https://github.com/apache/lucene/pull/13949
### Description This PR adds a new module `s3directory` to Lucene, containing a new `Directory` implementation for AWS S3. The code was adapted from the [lucene-s3-directory](https://github.com/albogdano/lucene-s3directory) project as requested by @jpountz in #13868 Currently, there are a few issues which cause the build to fail: - AWS SDK module not found or could not be resolved in `module-info.java` - tests require an AWS account and valid credentials to execute -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org