Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make parameter writeStream optional in BlobClient getStreamObject #209

Open
umesh-timalsina opened this issue May 18, 2020 · 0 comments
Open

Comments

@umesh-timalsina
Copy link

Currently, BlobClient.prototype.getStreamObject requires that we provide a Writable Stream as a parameter. It might be helpful to make this parameter optional, primarily in cases where a Readable Stream could directly be used in the future pipelines. One example, is using the Readable Stream directly when transferring data over the network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant