Skip to content

Commit

Permalink
Update src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageAuth…
Browse files Browse the repository at this point in the history
….cpp

Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
  • Loading branch information
CurtizJ and SmitaRKulkarni committed Apr 18, 2024
1 parent 861f42e commit 98d47e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Azure::Storage::Blobs::BlobClientOptions getAzureBlobClientOptions(const Poco::U
else if (value == "ipv6")
curl_options.IPResolve = CurlOptions::CURL_IPRESOLVE_V6;
else
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Undexpected value for option 'curl_ip_resolve': {}. Expected one of 'ipv4' or 'ipv6'", value);
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Unexpected value for option 'curl_ip_resolve': {}. Expected one of 'ipv4' or 'ipv6'", value);
}

Azure::Storage::Blobs::BlobClientOptions client_options;
Expand Down

0 comments on commit 98d47e4

Please sign in to comment.