Skip to content

Commit d23feb2

Browse files
committed
try to fix build
1 parent c09470d commit d23feb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorageConnectionInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ std::shared_ptr<AzureBlobStorage::ContainerClient> AzureObjectStorageConnectionI
121121
AzureBlobStorage::processURL(info.endpoint, info.container_name, params.endpoint, params.auth_method);
122122

123123
auto settings = AzureBlobStorage::getRequestSettings(Context::getGlobalContextInstance()->getSettingsRef());
124-
params.client_options = AzureBlobStorage::getClientOptions(Context::getGlobalContextInstance(), *settings, /*for_disk*/true);
124+
params.client_options = AzureBlobStorage::getClientOptions(*settings, /*for_disk*/true);
125125
params.auth_method = std::make_shared<AzureBlobStorage::StaticCredential>(info.session_token, info.expires_on);
126126

127127
return params.createForContainer();

0 commit comments

Comments
 (0)