fix: remove MinIO references from client docstrings #18

Merged
forbes merged 1 commits from fix/remove-minio-references into main 2026-02-18 20:55:39 +00:00
Owner

The silo server now uses filesystem storage instead of MinIO.

Updates docstrings in _download_file() and has_file() to reflect the current storage architecture.

Changes

  • _download_file: "Download a file from MinIO storage" → "Download a revision file from the server"
  • has_file: "Check if item has files in storage" → "Check if any revision of this item has an associated file"
The silo server now uses filesystem storage instead of MinIO. Updates docstrings in `_download_file()` and `has_file()` to reflect the current storage architecture. ### Changes - `_download_file`: "Download a file from MinIO storage" → "Download a revision file from the server" - `has_file`: "Check if item has files in storage" → "Check if any revision of this item has an associated file"
forbes added 1 commit 2026-02-18 20:55:16 +00:00
The silo server now uses filesystem storage instead of MinIO.
Update docstrings in _download_file() and has_file() to reflect
the current storage architecture.
forbes merged commit c5c8288eeb into main 2026-02-18 20:55:39 +00:00
forbes deleted branch fix/remove-minio-references 2026-02-18 20:55:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo-client#18