Story #4982
closed
As a user, I can set a checksum with each upload chunk to have the system verify the upload
Status:
CLOSED - CURRENTRELEASE
Description
If you're uploading a large file and a chunk fails to upload properly, you have to start over from scratch. Being able to submit a checksum with each chunk would help ensure this doesn't happen.
- Related to Story #4196: As a user, I can upload files in chunks. added
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Basically we want to be able to support the call:
http --form PUT :24817$UPLOAD file@./chunkab 'Content-Range:bytes 6291456-10485759/*' sha256=7ffc86295de63e96006ce5ab379050628aa5d51f816267946c71906594e13870
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint set to Sprint 56
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Tests added together with PR.
- Sprint/Milestone set to 3.0.0
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Veryfing chunk checksum
Enable sending checksum for chunk upload.
https://pulp.plan.io/issues/4982 closes #4982