diff --git a/common/ASC.Data.Storage/S3/S3Storage.cs b/common/ASC.Data.Storage/S3/S3Storage.cs index 05c1fb3f7ce..b68157de70f 100644 --- a/common/ASC.Data.Storage/S3/S3Storage.cs +++ b/common/ASC.Data.Storage/S3/S3Storage.cs @@ -953,7 +953,7 @@ public override async Task DeleteDirectoryAsync(string domain, string path) } public override async Task DeleteDirectoryAsync(string domain, string path, Guid ownerId) { - await DeleteFilesAsync(domain, path, "*", true); + await DeleteFilesAsync(domain, path, "*", true, ownerId); } public override async Task GetFileSizeAsync(string domain, string path)