Comment by EGreg

Comment by EGreg 6 days ago

4 replies

You know what would be really awesome? Making a fuse-based drop-in replacement for mapping a folder to a bucket, like goofys. Maybe a node.js process can watch files for instance and backup, or even better it can back the folder and not actually take up space on the local machine (except for a cache).

https://github.com/kahing/goofys

arbll 6 days ago

This seem completely unrelated to the goal of OP's library ?

  • EGreg 6 days ago

    It seems to be related to what a lot of people want and is low hanging fruit now that he has this library!

    • TuningYourCode 6 days ago

      You mean like https://github.com/s3fs-fuse/s3fs-fuse ? It‘s so old that even debian has precompiled packages ;)

      • EGreg 6 days ago

        I was talking about goofys because it is not POSIX compliant, so it's much faster than s3fs-fuse

        But either one can only work with s3. His library works with many other backends. Get it? I'm saying he should consider integrating with goofys!