Is your feature request related to a problem? Please describe.
I am trying to migrate from storage sdk v8 to storage-blob sdk v12, and found that v12 does not allow -1 content-length when uploading block blobs. This is an important feature for our use cases since the size is not always known.
Describe the solution you'd like
If possible, would like the ability to provide -1 as length argument in BlockBlobClient.upload().
Describe alternatives you've considered
- Remaining on v8.
- Writing stream to temporary file before upload.
Additional context
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Thanks for consideration.
Is your feature request related to a problem? Please describe.
I am trying to migrate from storage sdk v8 to storage-blob sdk v12, and found that v12 does not allow
-1content-length when uploading block blobs. This is an important feature for our use cases since the size is not always known.Describe the solution you'd like
If possible, would like the ability to provide
-1as length argument inBlockBlobClient.upload().Describe alternatives you've considered
Additional context
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Thanks for consideration.