Project

Profile

Help

Issue #3813

Updated by bmbouter over 5 years ago

h2. Motivation 

 Artifacts are not compatible with bulk_save() because they have a "save() method":https://github.com/pulp/pulp/blob/82e03f89c6cd2abb446e25f6af02184a9cacae5c/pulpcore/pulpcore/app/models/content.py#L79-L92 which does not get called. 

 h2. Solution 

 Add TBD, write ideas in documentation that plugin writers can use bulk_save with Artifacts, but they must have the <code>file</code> field be a path to the Artifact already in-place in the storage backend (content addressable storage). comments

Back