Does anybody has managed to setup clickhouse with s3 high performance storage class ?
According to clickhouse documentation, a special s3 endpoint with storage class should be use to enable s3 express storage (https://clickhouse.com/docs/integrations/s3#s3express)
Any idea how to setup this using ovh s3 storage ?
According to this doc (https://help.ovhcloud.com/csm/en-public-cloud-storage-s3-location?id=kb_article_view&sysparm_article=KB0047384)
I should use https://my-bucket.s3.<region>.io.cloud.ovh.net and replace io with the storage class such as https://my-bucket.s3.<region>.EXPRESS_ONEZONE.cloud.ovh.net ?
There is still a perf endpoint but it is advised to migrate.
Thanks