Actions
Story #4982
closedAs a user, I can set a checksum with each upload chunk to have the system verify the upload
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 56
Quarter:
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 issues
Updated by daviddavis over 5 years ago
- Related to Story #4196: As a user, I can upload files in chunks. added
Updated by daviddavis over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by daviddavis over 5 years ago
Basically we want to be able to support the call:
http --form PUT :24817$UPLOAD file@./chunkab 'Content-Range:bytes 6291456-10485759/*' sha256=7ffc86295de63e96006ce5ab379050628aa5d51f816267946c71906594e13870
Updated by dkliban@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint set to Sprint 56
Added by Fabricio Aguiar over 5 years ago
Updated by daviddavis over 5 years ago
- Status changed from ASSIGNED to POST
Updated by Anonymous over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|ce4a29f7a5f5aae5893f5dc98913555242d6a280.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Veryfing chunk checksum
Enable sending checksum for chunk upload.
https://pulp.plan.io/issues/4982 closes #4982