- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for generateListPartsResponse (0.11 seconds)
-
cmd/api-response.go
ChecksumCRC32C: cs[hash.ChecksumCRC32C.String()], ChecksumCRC64NVME: cs[hash.ChecksumCRC64NVME.String()], } return c } // generates ListPartsResponse from ListPartsInfo. func generateListPartsResponse(partsInfo ListPartsInfo, encodingType string) ListPartsResponse { listPartsResponse := ListPartsResponse{} listPartsResponse.Bucket = partsInfo.Bucket
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 24 04:05:19 GMT 2025 - 35K bytes - Click Count (0) -
cmd/object-multipart-handlers.go
} else if _, ok := listPartsInfo.UserDefined[ReservedMetadataPrefix+"compression"]; ok { for i, p := range listPartsInfo.Parts { listPartsInfo.Parts[i].Size = p.ActualSize } } response := generateListPartsResponse(listPartsInfo, encodingType) encodedSuccessResponse := encodeResponse(response) // Write success response. writeSuccessResponseXML(w, encodedSuccessResponse)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 07 16:13:09 GMT 2025 - 39.5K bytes - Click Count (1)