mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 06:50:31 +00:00
Add StorageBackend::total_size() trait method with efficient implementations: - LocalStorage: spawn_blocking dir walk (no async overhead) - S3Storage: list + stat iteration Health endpoint now returns storage.total_size_bytes in JSON response. Closes #42