You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stemming from #1690, Depends on #1703
The most direct way to fix this would probably be to update the storage adapter API so getFile returns a ReadableStream rather than a Buffer. Similarly, putFile should probably accept a ReadableStream for the file input (or perhaps adding support for a ReadableStream but not requiring it).
Taking a quick look at the codebase, the following files would need to be updated:
This commit adds stream support function added in #1702 for pipeline
execution as well as Interactive Compute router. build job utils
now uses webgme-engine module in webgme/node_modules. This will
add the support for streams in blobclient.
Stemming from #1690, Depends on #1703
The most direct way to fix this would probably be to update the storage adapter API so
getFile
returns aReadableStream
rather than aBuffer
. Similarly,putFile
should probably accept aReadableStream
for the file input (or perhaps adding support for aReadableStream
but not requiring it).Taking a quick look at the codebase, the following files would need to be updated:
Originally posted by @brollb in #1690 (comment)
The text was updated successfully, but these errors were encountered: