ITADN

Add addressing_style option for S3 virtual-hosted-style custom endpoints

#285Pull Requestrjpower 创建于 2026-02-24
R
rjpowercommented
S3 providers like CoreWeave (cwobject.com) only support virtual addressing, and reject path-style requests. fsspec for instance enables this when you configure it with `{"s3": {"addressing_style": "virtual"}}` This adds an "addressing_style" option ("path" or "virtual") to the S3 kvstore driver spec, enabling virtual-hosted-style URL construction ({bucket}.{endpoint_host}) for custom endpoints. Default behavior is unchanged (path-style for custom endpoints). Fixes: marin-community/marin#2938 (N.B. I have approximately zero knowledge about this stuff).
合并状态:未合并 7 条评论