[PR #257] [MERGED] feat(client): add UploadLargeFile #346

Closed
opened 2026-02-28 00:41:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/257
Author: @fengziren
Created: 5/4/2023
Status: Merged
Merged: 5/14/2023
Merged by: @mleone87

Base: masterHead: master


📝 Commits (1)

  • 0217b72 feat(client): add UploadLargeFile

📊 Changes

1 file changed (+52 additions, -14 deletions)

View changed files

📝 proxmox/client.go (+52 -14)

📄 Description

Files uploaded via http are not recognized as *os.File, the Client's Upload method does not do streaming internally, add a method for large file uploads


🔄 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/Telmate/proxmox-api-go/pull/257 **Author:** [@fengziren](https://github.com/fengziren) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 5/14/2023 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0217b72`](https://github.com/Telmate/proxmox-api-go/commit/0217b72c277fc4b2612e55cf34f42e9055f6b6e0) ✨ feat(client): add UploadLargeFile ### 📊 Changes **1 file changed** (+52 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/client.go` (+52 -14) </details> ### 📄 Description Files uploaded via http are not recognized as `*os.File`, the Client's `Upload` method does not do streaming internally, add a method for large file uploads --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:51 +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/proxmox-api-go#346
No description provided.