fix mpu counter (add missing workers) and report info at appropriate places

This commit is contained in:
Alex Auvolat
2023-05-04 11:49:23 +02:00
parent 4ea53dc759
commit 511e07ecd4
10 changed files with 64 additions and 24 deletions
+3 -1
View File
@@ -478,7 +478,9 @@ impl<'a> BucketHelper<'a> {
// ----
/// Deletes all incomplete multipart uploads that are older than a certain time.
/// Returns the number of uploads aborted
/// Returns the number of uploads aborted.
/// This will also include non-multipart uploads, which may be lingering
/// after a node crash
pub async fn cleanup_incomplete_uploads(
&self,
bucket_id: &Uuid,