Set binaryStreamOnly
This commit is contained in:
parent
000918844a
commit
394bff34e5
@ -63,6 +63,7 @@ class StreamUploadManager<TCacheShape> {
|
|||||||
toUrl: uploadUrl,
|
toUrl: uploadUrl,
|
||||||
files: [{ filepath: filepath }],
|
files: [{ filepath: filepath }],
|
||||||
method: "PUT",
|
method: "PUT",
|
||||||
|
binaryStreamOnly: true,
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/octet-stream",
|
"Content-Type": "application/octet-stream",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user