Azure / azure-storage-cpplite

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

adls_client interface is missing ca_path (CA bundle location) #126

Open spadhi7 opened 2 years ago

spadhi7 commented 2 years ago

When adls client is created, adls_client constructor doesn't take the CA bundle location for blob_client creation. There should be an overloaded constructor to take ca_path in adls/include/adls_client.h

AZURE_STORAGE_ADLS_API adls_client(std::shared_ptr account, int max_concurrency, const std::string& ca_path, bool exception_enabled = true);

Jinming-Hu commented 2 years ago

Hi @spadhi7 , this cpplite sdk is under deprecation. We won't add any new features.

Please use our Track2 SDK instead.