All Projects → carlspring → s3fs-nio

carlspring / s3fs-nio

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to s3fs-nio

read
学习笔记 dubbo,rocketmq 源码解析
Stars: ✭ 33 (+0%)
Mutual labels:  nio2
giraffe
Gracefully Integrated Remote Access For Files and Execution
Stars: ✭ 50 (+51.52%)
Mutual labels:  nio2
AndroidRetroFile
Backport of java.nio.file API (JSR 203) for Android
Stars: ✭ 42 (+27.27%)
Mutual labels:  nio2
Bridges
🌉 SwifQL+NIO provider to Postgres and MySQL
Stars: ✭ 50 (+51.52%)
Mutual labels:  nio2
docker-s3fs
S3FS Docker image
Stars: ✭ 18 (-45.45%)
Mutual labels:  s3fs
udacity-data-eng-proj2
A production-grade data pipeline has been designed to automate the parsing of user search patterns to analyze user engagement. Extract data from S3, apply a series of transformations and load into S3 and Redshift.
Stars: ✭ 25 (-24.24%)
Mutual labels:  s3fs

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].