Project

Profile

Help

Story #6719

Updated by daviddavis almost 4 years ago

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