Releases: tencentyun/cosfs
Releases · tencentyun/cosfs
v1.0.22
v1.0.21
- process return EIO instead of exit
- enable content md5 by default
- cherry rename bug fix from s3fs
- limit disk space not enough write operations and cherry pick bug fix
- add user_agent_suffix option
- support ftruncate file
- fix mv failed over 5G file and add test cases
- optimize console log for inner domain
v1.0.20
fix move operation when mount with a subfolder
v1.0.19
- fix data corruption about move file over limit of ensure space
- change rename default parameter value
- fix cp -p failed problem
- use correct content-type when overwriting or copying a file
v1.0.14
add fdent_lock in serveral FdEntity operation
v1.0.12
- 修复v1.0.9和v1.0.10两个版本中,由于未携带x-cos-copy-source头部,调用设置和删除扩展属性接口,将文件大小置为0的问题(提醒:在v1.0.9和v1.0.10两个版本中,使用vim编辑文件并保存会将文件大小置为0,请v1.0.9和v1.0.10用户尽快升级到v1.0.12版本)。
- 修复携带扩展属性头部的请求鉴权不通过问题。
- 修复mv大于5GB文件时会失败的问题。
- 分块上传携带文件元信息。
- 删除错误的控制台输出。
- 修复无法挂载bucket名称为cos的存储桶,例如:cos-1257125707。