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 support JDK 8, 11 and 17.

Documentation

You can check out our documentation here.