2022-06-23 10:15:21 +05:30
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<clickhouse>
|
|
|
|
|
<storage_configuration>
|
|
|
|
|
<disks>
|
|
|
|
|
<default>
|
|
|
|
|
<keep_free_space_bytes>10485760</keep_free_space_bytes>
|
|
|
|
|
</default>
|
|
|
|
|
<s3>
|
|
|
|
|
<type>s3</type>
|
|
|
|
|
<endpoint>https://BUCKET-NAME.s3.amazonaws.com/data/</endpoint>
|
|
|
|
|
<access_key_id>ACCESS-KEY-ID</access_key_id>
|
|
|
|
|
<secret_access_key>SECRET-ACCESS-KEY</secret_access_key>
|
|
|
|
|
</s3>
|
|
|
|
|
</disks>
|
|
|
|
|
<policies>
|
|
|
|
|
<tiered>
|
|
|
|
|
<volumes>
|
|
|
|
|
<default>
|
|
|
|
|
<disk>default</disk>
|
|
|
|
|
</default>
|
|
|
|
|
<s3>
|
|
|
|
|
<disk>s3</disk>
|
2022-07-27 11:53:10 +05:30
|
|
|
<perform_ttl_move_on_insert>0</perform_ttl_move_on_insert>
|
2022-06-23 10:15:21 +05:30
|
|
|
</s3>
|
|
|
|
|
</volumes>
|
|
|
|
|
</tiered>
|
|
|
|
|
</policies>
|
|
|
|
|
</storage_configuration>
|
|
|
|
|
</clickhouse>
|