[GH-ISSUE #160] Status or progress of uploads to /nodes/{node}/storage/{storage}/upload #83

Open
opened 2026-02-27 15:46:20 +03:00 by kerem · 0 comments
Owner

Originally created by @Torxed on GitHub (Mar 5, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/160

Originally assigned to: @jhollowe on GitHub.

It would be desirable to get progress from calls to the upload endpoint, especially when uploading larger files and/or in a CI/CD pipeline. I have rarely worked with requests but it looks like it used to need a middleware for .read() calls to report progress in vanilla lib (https://stackoverflow.com/a/13911048/929999).

However the requests-toolbelt MultipartEncoderMonitor could enable this?

Originally created by @Torxed on GitHub (Mar 5, 2024). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/160 Originally assigned to: @jhollowe on GitHub. It would be desirable to get progress from calls to the upload endpoint, especially when uploading larger files and/or in a CI/CD pipeline. I have rarely worked with `requests` but it looks like it used to need a middleware for `.read()` calls to report progress in vanilla lib (https://stackoverflow.com/a/13911048/929999). However the [requests-toolbelt](http://toolbelt.readthedocs.org/en/latest/user.html) `MultipartEncoderMonitor` could enable this?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#83
No description provided.