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

同一个文件重复上传问题 #427

Closed xiaoguaishou92 closed 1 year ago

xiaoguaishou92 commented 1 year ago

同一个文件重复上传到不同的目录,结果是看到目录已经创建了,但是返回的是之前旧的目录,文件实际没有上传到新的目录

sjqzhang commented 1 year ago

目前是这样处理的,可以调用API清理空文件夹(自行编译最新版本)