ClickHouse/tests/integration/test_s3_style_link/configs/config.d/minio.xml

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

11 lines
227 B
XML
Raw Normal View History

2023-09-27 18:53:05 +00:00
<?xml version="1.0"?>
<!-- Using named collections 22.4+ -->
<clickhouse>
<url_scheme_mappers>
2023-09-28 15:17:15 +00:00
<minio>
<to>http://minio1:9001/root/{bucket}</to>
</minio>
2023-09-27 18:53:05 +00:00
</url_scheme_mappers>
</clickhouse>