Page MenuHomeVyOS Platform

Progress bar support for HTTP uploads
Open, LowPublic

Description

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.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)

Related Objects

StatusSubtypeAssignedTask
In progressFEATURE REQUESTNone
ResolvedFEATURE REQUESTerkin
Openerkin