Set binaryStreamOnly

This commit is contained in:
Ivan Malison 2024-02-05 01:52:37 -07:00
parent 000918844a
commit 394bff34e5

View File

@ -63,6 +63,7 @@ class StreamUploadManager<TCacheShape> {
toUrl: uploadUrl,
files: [{ filepath: filepath }],
method: "PUT",
binaryStreamOnly: true,
headers: {
"Content-Type": "application/octet-stream",
},