mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
rename Force to Immediate for clarity (#18540)
This commit is contained in:
@@ -364,7 +364,7 @@ func saveFormatErasure(disk StorageAPI, format *formatErasureV3, healID string)
|
||||
// Purge any existing temporary file, okay to ignore errors here.
|
||||
defer disk.Delete(context.TODO(), minioMetaBucket, tmpFormat, DeleteOptions{
|
||||
Recursive: false,
|
||||
Force: false,
|
||||
Immediate: false,
|
||||
})
|
||||
|
||||
// write to unique file.
|
||||
|
||||
Reference in New Issue
Block a user