Azure / Azure/azure-storage-cpplite
Unable to upload huge file with the blob_client class
Open
bug
- Dominant language
- C++
- Stars
- 26
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
I got a strange behaviour when uploading a file > 4GB.
Actually, it seems that the 'set_content_length' uses a unsigned int, which may have a sizeof of 4, and therefore does not allow values greater than 4 GB.
I patched the input parameter type to unsigned long long and I managed to break this file size limitation.
Regards
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.