fix(archive): use another sign for extraction (#7982)

This commit is contained in:
KirCute
2025-03-01 18:34:33 +08:00
committed by GitHub
parent cdc41595bc
commit 646c7bcd21
5 changed files with 78 additions and 32 deletions

View File

@ -120,7 +120,7 @@ func FsArchiveMeta(c *gin.Context) {
}
s := ""
if isEncrypt(meta, reqPath) || setting.GetBool(conf.SignAll) {
s = sign.Sign(reqPath)
s = sign.SignArchive(reqPath)
}
api := "/ae"
if ret.DriverProviding {