👔 No longer create permission for owner

This commit is contained in:
2026-01-13 22:51:13 +08:00
parent 1173f98ec6
commit 28a13f7baf
4 changed files with 6 additions and 79 deletions

View File

@@ -49,7 +49,7 @@ public class FileObjectCleanupJob(AppDatabase db, FileService fileService, ILogg
{
var dest = await fileService.GetRemoteStorageConfig(replica.PoolId!.Value);
if (dest == null) continue;
var client = fileService.CreateMinioClient(dest);
var client = FileService.CreateMinioClient(dest);
if (client == null) continue;
try
{