[PR #68] [MERGED] Support uploading large files #158

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

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/68
Author: @jhollowe
Created: 10/2/2021
Status: Merged
Merged: 10/7/2021
Merged by: @jhollowe

Base: developHead: issue-67_large-file-upload


📝 Commits (6)

  • eb74f65 Add switchover to requests_toolbelt for large file
  • d5213db Add patch for requests_tollbelt filename issue
  • 1bb31a2 Simplify large file handling
  • 1bba90f Fix compatibilty issues with older python versions
  • 39d6d04 Fix problem with non-JSON responses with errors
  • ae63705 Add multi-file safety and backup upload attempt

📊 Changes

2 files changed (+51 additions, -5 deletions)

View changed files

📝 proxmoxer/backends/https.py (+50 -4)
📝 proxmoxer/core.py (+1 -1)

📄 Description

This PR allows a switchover to the streaming multipart payload provided by requests_toolbelt (if installed) for files larger than supported by requests on its own.

depends-on https://github.com/requests/toolbelt/pull/316 for full functionality with Proxmox
resolves #67


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/proxmoxer/proxmoxer/pull/68 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 10/2/2021 **Status:** ✅ Merged **Merged:** 10/7/2021 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `develop` ← **Head:** `issue-67_large-file-upload` --- ### 📝 Commits (6) - [`eb74f65`](https://github.com/proxmoxer/proxmoxer/commit/eb74f656350e1c34cfe387e9f2357b27dcd21b68) Add switchover to requests_toolbelt for large file - [`d5213db`](https://github.com/proxmoxer/proxmoxer/commit/d5213db55d33d61c5ac7e590d8735e53862ec218) Add patch for requests_tollbelt filename issue - [`1bb31a2`](https://github.com/proxmoxer/proxmoxer/commit/1bb31a24f5a941e525044fdbcdf4a3b3689949e5) Simplify large file handling - [`1bba90f`](https://github.com/proxmoxer/proxmoxer/commit/1bba90f52cfbe3101cf36f2d380c36aafdae4114) Fix compatibilty issues with older python versions - [`39d6d04`](https://github.com/proxmoxer/proxmoxer/commit/39d6d04d37d9979b049c382688ed6c7424df84b6) Fix problem with non-JSON responses with errors - [`ae63705`](https://github.com/proxmoxer/proxmoxer/commit/ae63705b0805a77abdb1afb20dcc01bb46992874) Add multi-file safety and backup upload attempt ### 📊 Changes **2 files changed** (+51 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `proxmoxer/backends/https.py` (+50 -4) 📝 `proxmoxer/core.py` (+1 -1) </details> ### 📄 Description This PR allows a switchover to the streaming multipart payload provided by `requests_toolbelt` (if installed) for files larger than supported by `requests` on its own. depends-on https://github.com/requests/toolbelt/pull/316 for full functionality with Proxmox resolves #67 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:43 +03:00
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#158
No description provided.