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

[WIP] Python3 support #145

Closed takuti closed 7 years ago

takuti commented 7 years ago

This patch enables yas3fs to be installed via Python 3 (see #36 and #115).

danilop commented 7 years ago

Thank you!