0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 13:33:58 +00:00

Update README.md

This commit is contained in:
Dan Petersen 2019-12-30 02:31:45 +01:00
parent 4dc597d2f3
commit 9883a037f5

View File

@ -264,7 +264,7 @@ This data source doesn't accept arguments.
* `file_size` - The file size in bytes * `file_size` - The file size in bytes
* `file_tag` - The file tag * `file_tag` - The file tag
**IMPORTANT INFORMATION** ###### Notes
The Proxmox VE API endpoint for file uploads does not support chunked transfer encoding, which means that we must first store the source file as a temporary file locally before uploading it. The Proxmox VE API endpoint for file uploads does not support chunked transfer encoding, which means that we must first store the source file as a temporary file locally before uploading it.