Skip to content

carlspring/s3fs-nio

Repository files navigation

S3FS NIO

Master Build Status JDK support badge Maven Release Version Docs License Chat
Bugs Coverage Reliability Rating Security Rating Vulnerabilities
GitHub issues by-label GitHub issues by-label GitHub issues by-label GitHub issues by-label

This is an implementation of an Amazon AWS S3 FileSystem provider using JSR-203 (a.k.a. NIO2) for Java 8.

Amazon Simple Storage Service provides a fully redundant data storage infrastructure for storing and retrieving any amount of data, at any time.

NIO2 is the new file management API, introduced in Java version 7.

This project provides a complete API implementation, for managing files and folders directly in Amazon S3.

Compatibility

We aim to support only the latest LTS versions. At the moment this includes:

  • JDK 8
  • JDK 11
  • JDK 17
  • JDK 21

Please note that although we support JDK 8 we have plans to drop it in one of our next major release (most likely v2.0.0).

Documentation

You can check out our documentation here.