mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
rename Force to Immediate for clarity (#18540)
This commit is contained in:
@@ -1772,11 +1772,11 @@ func (er erasureObjects) deletePrefix(ctx context.Context, bucket, prefix string
|
||||
// - The prefix__XLDIR__
|
||||
defer disks[index].Delete(ctx, bucket, dirPrefix, DeleteOptions{
|
||||
Recursive: true,
|
||||
Force: true,
|
||||
Immediate: true,
|
||||
})
|
||||
return disks[index].Delete(ctx, bucket, prefix, DeleteOptions{
|
||||
Recursive: true,
|
||||
Force: true,
|
||||
Immediate: true,
|
||||
})
|
||||
}, index)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user