fix: remove MinIO references from client docstrings #18
Reference in New Issue
Block a user
Delete Branch "fix/remove-minio-references"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The silo server now uses filesystem storage instead of MinIO.
Updates docstrings in
_download_file()andhas_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"