Browse Source

Merge branch 'V20211228.patch' into fix-1236

pull/1239/head
zhoupzh 3 years ago
parent
commit
24dfcf24be
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      modules/storage/minio.go

+ 1
- 3
modules/storage/minio.go View File

@@ -95,9 +95,7 @@ func (m *MinioStorage) DeleteDir(dir string) error {
}
}()

for rErr := range m.client.RemoveObjects(m.bucket, objectsCh) {
log.Error("Error detected during deletion: ", rErr)
}
m.client.RemoveObjects(m.bucket, objectsCh)

return nil
}


Loading…
Cancel
Save