In order to use high performance storage in clickhouse you need to provide an endpoint that enable this class of storage.
On aws you can use an endpoint that mention an availability zone that support s3express storage class (eg:
https://my-test-bucket--eun1-az1--x-s3.s3express-eun1-az1.eu-north-1.amazonaws.com
)
Is there any equivalent using ovh endpoint ?
The perf endpoint is available (https://s3.<region>.perf.cloud.ovh.net/) but is considered legacy.
Should I use that or there is an up to date alternative ? (maybe https://s3.<region>.express_onezone.cloud.ovh.net/?)
Thanks !