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
640 stars 98 forks source link

Please tag and push new versions to pip #191

Open mojibake-umd opened 3 years ago

mojibake-umd commented 3 years ago

@danilop

Please tag and push new versions to the pip packaging system. It looks like there has been several fixes merged into master since the lastest pip released version 2.3.5. It would be very appreciated to have this completed.

Currently using with puppet module https://forge.puppet.com/modules/pcfens/yas3fs to install,
which currently only supports installing via pip. I will see about writing a pull request to allow install from git source.