From 79697d41021947f2c387d066719b3a802568fddd Mon Sep 17 00:00:00 2001 From: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:18:36 +0200 Subject: [PATCH] Update WebObjectStorage.cpp --- src/Disks/ObjectStorages/Web/WebObjectStorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Disks/ObjectStorages/Web/WebObjectStorage.cpp b/src/Disks/ObjectStorages/Web/WebObjectStorage.cpp index 8a12833281c..45b183c15f2 100644 --- a/src/Disks/ObjectStorages/Web/WebObjectStorage.cpp +++ b/src/Disks/ObjectStorages/Web/WebObjectStorage.cpp @@ -110,7 +110,7 @@ void WebObjectStorage::initialize(const String & uri_path, const std::unique_loc WebObjectStorage::WebObjectStorage( const String & url_, ContextPtr context_) - : WithContext(context_->getBufferContext()) + : WithContext(context_->getGlobalContext()) , url(url_) , log(&Poco::Logger::get("WebObjectStorage")) {