- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for XAmzContentChecksumMismatch (0.35 seconds)
-
cmd/api-errors.go
Description: "The provided 'x-amz-content-sha256' header does not match what was computed.", HTTPStatusCode: http.StatusBadRequest, }, ErrContentChecksumMismatch: { Code: "XAmzContentChecksumMismatch", Description: "The provided 'x-amz-checksum' header does not match what was computed.", HTTPStatusCode: http.StatusBadRequest, }, // MinIO extensions. ErrStorageFull: {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
cmd/object-handlers_test.go
dataLen: len(bytesData), accessKey: credentials.AccessKey, secretKey: credentials.SecretKey, expectedRespStatus: http.StatusBadRequest, wantAPICode: "XAmzContentChecksumMismatch", }, // Correct crc32 9: { bucketName: bucketName, objectName: objectName,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 163.1K bytes - Click Count (0)