Hacker News new | ask | show | jobs
by stephen 6019 days ago
Very cool. This looks like a real version of the Ruby fusefs I wrote to grok all of the s3organizer vs. s3sync vs. whatever schemes for differentiating files vs. directories in S3:

http://github.com/stephenh/s3fsr

Given I used Ruby's fusefs, nothing is streamed, and its single threaded, limitations I assume this C++ implementation doesn't have to deal with.