{% extends "base.html" %} {% block title %}Storage{% endblock %} {% block breadcrumb %}Storage{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
File storage backends, capacity metrics, file browser, and health diagnostics for all configured storage systems.
Workspace.storage() or Integration.storage().
| Backend Type | {{ backend.type_display }} |
| Total Files | {{ backend.file_count }} |
| Total Size | {{ backend.size_human }} |
| Root Path | {{ backend.root }} |
| Bucket | {{ backend.bucket }} |
| Region | {{ backend.region }} |
| Container | {{ backend.container_name }} |
| Host | {{ backend.host }}:{{ backend.port }} |
| Health | {{ backend.health_status|upper }} |
await storage.save("path", data)| Alias | {{ alias }} |
| Ping Result | {{ '✓ Reachable' if healthy else '✗ Unreachable' }} |
| Status | {{ 'Operational' if healthy else 'Down' }} |