@@ -82,7 +82,7 @@ Only in the Altinity Antalya branch, `storage_type` can be part of a named colle
8282 <named_collections >
8383 <iceberg_conf >
8484 <url >http://test.s3.amazonaws.com/clickhouse-bucket/</url >
85- <access_key_id >test<access_key_id >
85+ <access_key_id >test</ access_key_id >
8686 <secret_access_key >test</secret_access_key >
8787 <format >auto</format >
8888 <structure >auto</structure >
@@ -107,11 +107,11 @@ icebergS3(url [, NOSIGN | access_key_id, secret_access_key, [session_token]] [,f
107107
108108icebergAzure(connection_string|storage_account_url, container_name, blobpath, [,account_name], [,account_key] [,format] [,compression_method]) SETTINGS object_storage_cluster= ' cluster_name'
109109
110- icebergHDSF (path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster= ' cluster_name'
110+ icebergHDFS (path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster= ' cluster_name'
111111
112112icebergLocal(path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster= ' cluster_name'
113113
114- icebergS3(option= value [,..]] ) SETTINGS object_storage_cluster= ' cluster_name'
114+ icebergS3(option= value [,..]) SETTINGS object_storage_cluster= ' cluster_name'
115115
116116iceberg(storage_type= ' s3' , url [, NOSIGN | access_key_id, secret_access_key, [session_token]] [,format] [,compression_method]) SETTINGS object_storage_cluster= ' cluster_name'
117117
0 commit comments