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

您好上传文件后会返回一个json信息,如果想要查询历史文件的json(上传后返回的信息)有什么方式吗? #437

Closed fengchen8556203 closed 7 months ago

fengchen8556203 commented 7 months ago

您好: 正如题目中所说的,只有在第一次上传文件后可以返回一个json信息,是否可以有方式查看历史文件或者所有文件的上传后返回的json信息呢?

sjqzhang commented 7 months ago

无法查询,除非自已写代码查数据库。