mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 15:06:17 +03:00
Add compressed file index (#15247)
This commit is contained in:
@@ -132,6 +132,7 @@ type ObjectPartInfo struct {
|
||||
Number int `json:"number"`
|
||||
Size int64 `json:"size"`
|
||||
ActualSize int64 `json:"actualSize"`
|
||||
Index []byte `json:"index,omitempty" msg:"index,omitempty"`
|
||||
}
|
||||
|
||||
// ChecksumInfo - carries checksums of individual scattered parts per disk.
|
||||
|
||||
Reference in New Issue
Block a user