Actions
Story #6719
closedAs a user, I want to create content from chunked uploads
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulp_rpm/2247":https://github.com/pulp/pulp_rpm/issues/2247
The pulpcore API supports uploading content for an artifact in a chunked way (https://docs.pulpproject.org/en/3.3/restapi.html#operation/uploads_update). It would be great if the RPM plugin could do this for a Package as well. This will allow a user to upload an RPM in a chunked way, without having to go through the motions of making a Package from the Artifact.
Solution¶
Extend SingleArtifactContentUploadSerializer
to accept a chunked upload id. This upload id can be used instead of a file to create a content unit.
Updated by daviddavis almost 3 years ago
- Tracker changed from Issue to Story
- Project changed from RPM Support to Pulp
- Subject changed from As a user, I want to upload RPMs in a chunked fashion to As a user, I want to create content from chunked uploads
- Description updated (diff)
- % Done set to 0
- Tags Backlog added
Updated by dkliban@redhat.com over 2 years ago
- Project changed from Pulp to RPM Support
Updated by pulpbot about 1 year ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE
Actions