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