sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

文件名相同,文件内容不同,文件名前面自动加数字 #404

Closed wangjiangtao2 closed 1 year ago

wangjiangtao2 commented 1 year ago

使用默认配置文件

上传两张文件名相同,但是文件内容不同的图片 返回/group1/project/首页大屏.png 和 /group1/project/1_首页大屏.png 第二次返回的文件名前面带了数字 是否可以设置在源文件名后面添加数字区分而不是在源文件名前面添加数字?

sjqzhang commented 1 year ago

修改会对老版本产生影响,可以自行修改

image