This commit is contained in:
withchao
2023-03-07 11:12:39 +08:00
parent 5ca36ebc10
commit 1513933922
8 changed files with 195 additions and 40 deletions
+1 -2
View File
@@ -19,6 +19,5 @@ func (t *thirdServer) ConfirmPut(ctx context.Context, req *third.ConfirmPutReq)
}
func (t *thirdServer) CleanObject(ctx context.Context, now time.Time) {
//清理过期的对象
t.s3dataBase.CleanExpirationObject(ctx, now)
}