rename Force to Immediate for clarity (#18540)

This commit is contained in:
Anis Eleuch
2023-11-28 22:35:16 -08:00
committed by GitHub
parent e9babf3dac
commit b7d11141e1
16 changed files with 69 additions and 68 deletions
+1 -1
View File
@@ -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.