Currently, all upload and download procedures support a uniform progress bar, but it was rather painful to implement it for HTTP uploads, so it didn't make it to 1.3.0. It still needs to be added for uniformity's sake. There's unfortunately no clean way to do it because requests doesn't want to play along. I think the best we can do is make a bespoke file-like object that intercepts read calls to update the progress bar then delegates the actual read operation to the provided file.
Description
Description
Details
Details
- Version
- -
- Is it a breaking change?
- Perfectly compatible
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
In progress | FEATURE REQUEST | None | T3355 Remove all remaining legacy Vyatta code | ||
Resolved | FEATURE REQUEST | erkin | T3356 Script for remote file transfers | ||
Wontfix | syncer | T4091 Progress bar support for HTTP uploads |