Skip to content

11.0.287

Latest

Choose a tag to compare

@adubovikov adubovikov released this 30 Jun 10:43
8b0c894

Summary

Configurable DuckDB S3 URL style for DuckLake on custom endpoints.

Changes

  • Add s3_url_style / url_style config (path or vhost) for DuckLake S3 settings (#854, thanks @happytimor).
  • Propagate URL style through writer, node, CLI, tiered storage, compaction, and DuckLake manager setup.
  • Default remains path for MinIO/RustFS/R2 compatibility.

Upgrade notes

  • For Aliyun OSS and other providers requiring virtual-hosted-style URLs, set url_style: vhost (or s3_url_style: vhost on volumes).
  • Example:
storage:
  ducklake:
    s3:
      endpoint: "https://oss-cn-hangzhou.aliyuncs.com"
      url_style: vhost