Skip to content

Early FUSE implementation, with support for blob and directory objects

This is an early implementation of the swh-fuse system. What is working right now:

  • mounting dir/cnt
  • ls/cd/cat
  • disk cache for metadata/blob

What needs to be done before merging:

  • Add documentation
  • Add type hints everywhere
  • Add unit/functional tests

There are still a lot of TODO in the code, but feel free to comment!

Related to #1926 (closed)


Migrated from D4064 (view on Phabricator)

Merge request reports