mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-19 01:51:11 +08:00
* feat: make forcePathStyle configurable per storage Previously hardcoded to true, which breaks S3-compatible backends that require virtual-hosted-style addressing (e.g. Alibaba Cloud OSS). Now configurable via admin storage settings with a toggle switch, defaulting to true for backwards compatibility. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * test: cover storage force path style --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: saltbo <saltbo@foxmail.com>
1 line
76 B
SQL
1 line
76 B
SQL
ALTER TABLE `storages` ADD `force_path_style` integer DEFAULT true NOT NULL; |