Upplication / Amazon-S3-FileSystem-NIO2

An S3 File System Provider for Java 7
MIT License
122 stars 67 forks source link

Fixing posix file attributes (permissions, owner) for directories and… #114

Open takaczapka opened 6 years ago

takaczapka commented 6 years ago

… bucket root; work required to get sftp cd command working with Apache Mina SSHD.

takaczapka commented 6 years ago

Erhm... PRs are not configured to run integration tests on Travis, so the build is failing.

carlspring commented 3 years ago

Hi,

@takaczapka , we would like to thank you for your work on this and are sad to see that it was not accepted and merged in this project!

However, for anyone interested, we've used this as inspiration of how to implement it in our spin-off (rebranded fork) -- s3fs-nio where we have now also migrated our code to AWS SDK v2 (see carlspring/s3fs-nio#63) . As this upstream is now clearly dead (#135), please feel free to check out our work in carlspring/s3fs-nio#146 where we have already implemented these changes.

We would like to rebuild a community around the s3fs-nio and would be thrilled, if you'd like to join us in our efforts to build a stable library that is well-maintained, documented and regularly released.

Kind regards,

Martin Todorov