mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.h
This commit is contained in:
parent
235b0f2d5b
commit
dcb2ed8b9b
@ -174,7 +174,8 @@ private:
|
|||||||
MultiVersion<AzureObjectStorageSettings> settings;
|
MultiVersion<AzureObjectStorageSettings> settings;
|
||||||
const String object_namespace; /// container + prefix
|
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;
|
LoggerPtr log;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user