chore: update docstring

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent ecf3b2e9c5
commit 5ed3aa4300
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