Actions
Story #9593
closedAs a plugin writer, I want a downloader which streams content and doesn't save it on a file system
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
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/pulpcore/2063":https://github.com/pulp/pulpcore/issues/2063
There are cases when downloaded content does not need to be saved on a filesystem.
It's just an additional overhead for some workflows. When data is very small, used immediately or saved to DB, no bits on a file system are needed.
E.g. Container signatures. They are small (under 1KB) and are parsed and saved in DB.
Related issues
Updated by ttereshc almost 3 years ago
- Related to Refactor #7352: Provide a better abstraction for customizing downloader behavior added
Updated by fao89 almost 3 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE
Actions