Local and remote Filesystem abstraction
Fsys in an abstraction layer for interacting with local and remote Filesystems.
nop
: Filesystem with sane defaults that does absolutely nothing.virtual
: Filesystem that utilises memorylocal
: Filesystem that utilises the local file system.- As a side note
mmap
can be used as an option for thelocal
setup.
- As a side note