mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-19 11:45:10 +08:00
### What problem does this PR solve? - Fixes the health check failure in multi-bucket MinIO environments. Previously, health checks would fail because the default "ragflow-bucket" did not exist. This caused false negatives for system health. - Also removes the _health_check write in single-bucket mode to avoid side effects (minor optimization). ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)