This commit is contained in:
withchao
2023-03-29 18:52:49 +08:00
parent 267cfe24ce
commit 39aeabcd24
3 changed files with 106 additions and 117 deletions
-1
View File
@@ -473,6 +473,5 @@ func (c *s3Database) GetHashInfo(ctx context.Context, req *third.GetHashInfoReq)
return &third.GetHashInfoResp{
Hash: o.Hash,
Size: o.Size,
Url: c.urlName(o.Name),
}, nil
}