ClickHouse/tests/integration/test_s3_zero_copy_ttl/configs/s3.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
1.1 KiB
XML
Raw Normal View History

<clickhouse>
<storage_configuration>
<disks>
<s3_disk>
<type>s3</type>
<endpoint>http://minio1:9001/root/data/</endpoint>
<access_key_id>minio</access_key_id>
<secret_access_key>minio123</secret_access_key>
</s3_disk>
</disks>
<policies>
<s3_and_default>
<volumes>
<main>
<disk>default</disk>
</main>
<external>
<disk>s3_disk</disk>
</external>
</volumes>
</s3_and_default>
2023-02-10 13:51:02 +00:00
<s3>
<volumes>
<main>
<disk>s3_disk</disk>
</main>
</volumes>
</s3>
</policies>
</storage_configuration>
2022-08-14 02:11:17 +00:00
<merge_tree>
<allow_remote_fs_zero_copy_replication>true</allow_remote_fs_zero_copy_replication>
2023-07-17 23:56:38 +00:00
<ratio_of_defaults_for_sparse_serialization>1.0</ratio_of_defaults_for_sparse_serialization>
2022-08-14 02:11:17 +00:00
</merge_tree>
2023-06-22 19:45:10 +00:00
<allow_remove_stale_moving_parts>true</allow_remove_stale_moving_parts>
</clickhouse>