/s3fs-nio

A Java (NIO2) FileSystem Provider for Amazon AWS S3.

Primary LanguageJava

S3FS NIO

Maven Release Version JDK support badge Master Build Status Docs Chat License Bugs Code Smells Coverage Duplicated Lines (%) Lines of Code Maintainability Rating Quality Gate Status Reliability Rating Security Rating Technical Debt 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 both JDK 8 and 11.

Documentation

You can check out our documentation here.