mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Add extended checksum support (#15433)
This commit is contained in:
@@ -229,6 +229,10 @@ type FileInfo struct {
|
||||
// This is mainly used for detecting a particular issue
|
||||
// reported in https://github.com/minio/minio/pull/13803
|
||||
DiskMTime time.Time `msg:"dmt"`
|
||||
|
||||
// Combined checksum when object was uploaded.
|
||||
// Format is type:base64(checksum).
|
||||
Checksum map[string]string `msg:"cs,allownil"`
|
||||
}
|
||||
|
||||
// Equals checks if fi(FileInfo) matches ofi(FileInfo)
|
||||
|
||||
Reference in New Issue
Block a user