You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Message": "The upload was created using a sha256 checksum. The complete request must include the checksum for each part. It was missing for part 1 in the request."
"Message": "Checksum Type mismatch occurred, expected checksum Type: null, actual checksum Type: sha256"
4726
+
},
4727
+
"ResponseMetadata": {
4728
+
"HTTPHeaders": {},
4729
+
"HTTPStatusCode": 400
4730
+
}
4731
+
},
4732
+
"upload-part-no-checksum-ok": {
4733
+
"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"",
4734
+
"ResponseMetadata": {
4735
+
"HTTPHeaders": {},
4736
+
"HTTPStatusCode": 200
4737
+
}
4738
+
},
4739
+
"complete-part-with-checksum": {
4740
+
"Error": {
4741
+
"Code": "InvalidPart",
4742
+
"ETag": "d41d8cd98f00b204e9800998ecf8427e",
4743
+
"Message": "One or more of the specified parts could not be found. The part may not have been uploaded, or the specified entity tag may not match the part's entity tag.",
4744
+
"PartNumber": "1",
4745
+
"UploadId": "<upload-id:1>"
4746
+
},
4747
+
"ResponseMetadata": {
4748
+
"HTTPHeaders": {},
4749
+
"HTTPStatusCode": 400
4750
+
}
4751
+
},
4752
+
"create-mpu-with-checksum": {
4753
+
"Bucket": "bucket",
4754
+
"ChecksumAlgorithm": "SHA256",
4755
+
"Key": "test-multipart-checksum-exc",
4756
+
"UploadId": "<upload-id:2>",
4757
+
"ResponseMetadata": {
4758
+
"HTTPHeaders": {},
4759
+
"HTTPStatusCode": 200
4760
+
}
4761
+
},
4762
+
"upload-part-no-checksum-exc": {
4763
+
"Error": {
4764
+
"Code": "InvalidRequest",
4765
+
"Message": "Checksum Type mismatch occurred, expected checksum Type: sha256, actual checksum Type: null"
0 commit comments