撤销遮盖接口初步完成
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-21 10:37:01 +08:00
parent 8259e2fea3
commit 6bb3be17ee
8 changed files with 22198 additions and 11 deletions
@@ -1584,6 +1584,10 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
/// <returns></returns>
public async Task DeleteFromPrefix(string prefix, bool isCache = false)
{
if (prefix.StartsWith("/"))
{
prefix = prefix.TrimStart("/");
}
//打开了同步的,删除的时候,一起删除
if (ObjectStoreServiceOptions.IsOpenStoreSync && ObjectStoreServiceOptions.SyncConfigList.Any(t => t.IsOpenSync))