From 9883a037f562f51fefb228b782cc4e81725e851f Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Mon, 30 Dec 2019 02:31:45 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e4d5a3..ac357652 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ This data source doesn't accept arguments. * `file_size` - The file size in bytes * `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.