chore: update docstring

This commit is contained in:
tao.chen
2026-08-21 16:07:26 +08:00
parent 02bda7cc60
commit 952b08bb63
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ def build_object_store(bucket_name: str | None = None) -> Any:
Respects ``settings.storage_backend``: in ``local`` mode points at the
local ``${local_storage_base_dir}/version`` directory (the same place
``backend.storage_api`` writes to), in ``s3`` mode points at the
``backend.api.storage`` writes to), in ``s3`` mode points at the
bucket named by ``bucket_name`` (default ``settings.s3_version_bucket``).
The bucket override exists because some workspaces configure a custom