Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.17.5_amd64_windows_v0.2.1.zip | 2021-12-31 | 14.3 MB | |
gofs_go1.17.5_amd64_linux_v0.2.1.tar.gz | 2021-12-31 | 7.3 MB | |
README.md | 2021-12-30 | 592 Bytes | |
v0.2.1.tar.gz | 2021-12-30 | 36.4 kB | |
v0.2.1.zip | 2021-12-30 | 60.8 kB | |
Totals: 5 Items | 21.7 MB | 0 |
Fixed
- Fix incorrect 404 response by customizing the
gin.Engine.NoRoute
when the gzip compression enabled. - Fix sync a deleted file already will create an empty file to target path.
- Fix hit rate is low that cancel the write message when receiving a remove event.
Enhancements
- Remove the
server_tmpl
andserver_tmpl_override
flags, read templates from memory now. - Keep the web logs alone.
- Add auth api version to support backward compatibility in the future.
- Add auth request info expire time, if over expire time then auth failed.
- Update README.md.