This commit is contained in:
withchao
2023-03-29 18:41:30 +08:00
parent c7f7e7c782
commit 12b19bdf64
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ func (t *thirdServer) GetUrl(ctx context.Context, req *third.GetUrlReq) (*third.
}
func (t *thirdServer) GetHashInfo(ctx context.Context, req *third.GetHashInfoReq) (*third.GetHashInfoResp, error) {
return nil, nil
return t.s3dataBase.GetHashInfo(ctx, req)
}
func (t *thirdServer) CleanObject(ctx context.Context, now time.Time) {