Azure / Azure/azure-storage-cpplite
adls_client interface is missing ca_path (CA bundle location)
Open
- Dominant language
- C++
- Stars
- 26
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
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);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.