| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A file system with the power of an object store.
ObjectFS allows you to mount a generic object store as a file system. It is POSIX complete and compatible with AWS S3, Google Cloud Storage, OpenStack Swift and other S3-based object stores.
./objectfs_cli make <filesystem-name>./objectfs_cli mount <filesystem-name> <mount-point>./objectfs_cli list./objectfs_cli delete <filesystem-name>ObjectFS is a file system which uses object storage as a backend. It's goal is to provide:
The high-level architecture of ObjectFS:

Please submit bug reports as git issues and label them as a bug. If you have feature requests, questions please free to open git issues for the same and label them appropriately. You can also contribute code or bug fixes by opening a pull request.
| Back | FazBrowse Home | New Git URL |