mirror of
https://github.com/minio/minio.git
synced 2025-04-28 05:38:00 -04:00
parent
953a3e2bbd
commit
6cd8a372cb
@ -3803,9 +3803,7 @@ func getCRCMeta(oi ObjectInfo, partNum int, h http.Header) (cs map[string]string
|
|||||||
}
|
}
|
||||||
if cksum.Valid() {
|
if cksum.Valid() {
|
||||||
meta[cksum.Type.Key()] = v
|
meta[cksum.Type.Key()] = v
|
||||||
}
|
meta[xhttp.AmzChecksumType] = cs[xhttp.AmzChecksumType]
|
||||||
if isMP && partNum == 0 {
|
|
||||||
meta[xhttp.AmzChecksumType] = cksum.Type.ObjType()
|
|
||||||
meta[xhttp.AmzChecksumAlgo] = cksum.Type.String()
|
meta[xhttp.AmzChecksumAlgo] = cksum.Type.String()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user