We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.13.0
Linux
When implementing our business logic, it would have been useful to have a standard io.Writer interface returned by the lib.
io.Writer
Using azblob.UploadStreamToBlockBlob with an io.Reader.
azblob.UploadStreamToBlockBlob
io.Reader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which version of the SDK was used?
v0.13.0
Which platform are you using? (ex: Windows, Linux, Debian)
Linux
What problem was encountered?
When implementing our business logic, it would have been useful to have a standard
io.Writer
interface returned by the lib.Have you found a mitigation/solution?
Using
azblob.UploadStreamToBlockBlob
with anio.Reader
.The text was updated successfully, but these errors were encountered: