mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
use renameat2 Linux extension syscall (#17757)
this is a faster and safer alternative on newer kernel versions.
This commit is contained in:
@@ -235,6 +235,9 @@ type FileInfo struct {
|
||||
|
||||
// Combined checksum when object was uploaded.
|
||||
Checksum []byte `msg:"cs,allownil"`
|
||||
|
||||
// Versioned - indicates if this file is versioned or not.
|
||||
Versioned bool `msg:"vs"`
|
||||
}
|
||||
|
||||
// WriteQuorum returns expected write quorum for this FileInfo
|
||||
|
||||
Reference in New Issue
Block a user