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

Update BlockBlobClient.uploadStream to use NodeJS.ReadableStream instead of Readable #11483

Closed
wants to merge 1 commit into from

Conversation

Ethan-Arrowood
Copy link

Due to this method using Readable type rather than NodeJS.ReadableStream type I cannot pass a standard Node.js readable stream. With this change, users can still pass Readable types to the method since it implements NodeJS.ReadableStream.

Since this is such a small, non-breaking change I thought it was appropriate to just create the PR directly for going an issue. If this is a problem please let me know and I'd be happy to create a tracking issue as well.

@ghost ghost added Storage Storage Service (Queues, Blobs, Files) customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Sep 25, 2020
@ghost
Copy link

ghost commented Sep 25, 2020

Thank you for your contribution Ethan-Arrowood! We will review the pull request and get back to you soon.

@Ethan-Arrowood
Copy link
Author

In hindsight I didn't anticipate other parts of this were dependent on that type being specifically Readable. I'm going to close this now and make an issue so someone else who understands this better can apply a proper fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant