Skip to content

Use available streams support functions in pipeline execution #1777

@umesh-timalsina

Description

@umesh-timalsina

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:

Originally posted by @brollb in #1690 (comment)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions