mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
rename Force to Immediate for clarity (#18540)
This commit is contained in:
@@ -866,7 +866,7 @@ func (er *erasureObjects) healObjectDir(ctx context.Context, bucket, object stri
|
||||
defer wg.Done()
|
||||
_ = disk.Delete(ctx, bucket, object, DeleteOptions{
|
||||
Recursive: false,
|
||||
Force: false,
|
||||
Immediate: false,
|
||||
})
|
||||
}(index, disk)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user