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

Stream upload to Blob storage - implements #210 #215

Merged
merged 4 commits into from
Jun 18, 2020
Merged

Conversation

kecso
Copy link
Member

@kecso kecso commented Jun 9, 2020

The blob client can now call the putFile function with a stream.
It can only be done from a nodejs/server client as currently there is no proper stream implementations available for browsers.
Also, see the examples among the tests, but use streams without encoding for correct result!

Closes #210

@kecso kecso merged commit 4dcf556 into master Jun 18, 2020
@kecso kecso deleted the stream-upload-blob branch October 17, 2020 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend BlobClient with Streaming support in PutFile/PutStream when used in node
2 participants