A complete Golang client for SeaweedFS (version 1.44+). Inspired by:
go get -u github.com/linxGnu/goseaweedfs
Please refer to Test Cases for sample code.
- Grow
- Status
- Cluster Status
- Filer
- Upload
- Submit
- Delete
- Replace
- Upload large file with builtin manifest handler, auto file split and chunking
- Admin Operations (mount, unmount, delete volumn, etc)
Please issue me for things gone wrong or:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D