Project

Profile

Help

Story #6719

Updated by pulpbot over 2 years ago

 

 **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. 

Back