fix(archive): use another sign for extraction (#7982)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user