danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
643 stars 98 forks source link

Feature/fuse library path #190

Closed paulokinho closed 3 years ago

paulokinho commented 3 years ago

Added support to define fuse library path using the FUSE_LIBRARY_PATH environment variable

jazzl0ver commented 3 years ago

Hi and thanks for contributing! It would be great if you squashed the commits into a single one.

paulokinho commented 3 years ago

Hi and thanks for contributing! It would be great if you squashed the commits into a single one.

Done.