Azure / Azure/azure-storage-cpplite

Unable to upload huge file with the blob_client class

Open
#125 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.