Update src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.h

This commit is contained in:
Kseniia Sumarokova 2024-05-20 18:34:47 +02:00 committed by GitHub
parent 235b0f2d5b
commit dcb2ed8b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,8 @@ private:
MultiVersion<AzureObjectStorageSettings> settings;
const String object_namespace; /// container + prefix
const String description; /// source url without container and prefix
/// We use source url without container and prefix as description, because in Azure there are no limitations for operations between different containers.
const String description;
LoggerPtr log;
};