Is there any official java.nio.file implementation for AWS?
I found one for GoogleCloudStorage here, and need similar for AWS and Azure.
An implementation of the FileSystemProvider SPI that uses asynchronous read-ahead buffering is available from github and from Maven Central. This library supports reads and writes.
You can include it in a Maven project using:
<dependency>
<groupId>software.amazon.nio.s3</groupId>
<artifactId>aws-java-nio-spi-for-s3</artifactId>
<version>1.2.1</version>
</dependency>
Or you can just place the JAR file on your classpath and the JVM will route all URIs with a scheme of s3 to this provider.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With