Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 43 forks source link

Support for large file upload (>2.1Gb) #91

Open WillBeddow opened 3 years ago

WillBeddow commented 3 years ago

Currently azure::storage_lite::get_file_size() returns -1 for files greater than 2.1Gb.. Can we use stat64 here to allow support for large files?

Jinming-Hu commented 3 years ago

Hi @WillBeddow , please try to avoid using anything in blob_client_wrapper.

Jinming-Hu commented 3 years ago

@JasonYang-MSFT FYI