Fix style check

This commit is contained in:
Smita Kulkarni 2024-02-22 10:06:33 +01:00
parent 3b11218e74
commit f1d5892d50

View File

@ -90,8 +90,7 @@ AzureBlobStorageEndpoint processAzureBlobStorageEndpoint(const Poco::Util::Abstr
{
String endpoint = config.getString(config_prefix + ".endpoint");
/// For authenitication methods other than managed identity (Eg: SAS, Workload Identity),
/// account name is not present in the endpoint
/// For some authentication methods account name is not present in the endpoint
/// 'endpoint_contains_account_name' bool is used to understand how to split the endpoint (default : true)
bool endpoint_contains_account_name = config.getBool(config_prefix + ".endpoint_contains_account_name", true);