This is an implementation of the JuiceFS object storage plugin, which communicates with JuiceFS over TCP or UDS.
- Implement interface plugin in https://github.com/jiefenghuang/jfs-plugin/blob/main/pkg/server/plugin.go. (You can refer to the approach in plugin_test.go.)
- Build and run with url "unix://xxx" or "tcp://localhost:xxx"
- Format and mount JuiceFS with JFS_PLUGIN_URL env and storage type "plugin".