feat(storage key rot): add rotate services

This commit is contained in:
Edouard Vanbelle
2026-08-01 23:46:46 +02:00
parent 30b0000c26
commit a9d5aae781
9 changed files with 786 additions and 74 deletions
+1
View File
@@ -46,6 +46,7 @@ pub mod search_index;
pub mod share_unlock_cookie;
pub mod smtp_email_sender;
pub mod storage_migration_service;
pub mod storage_rotate_service;
pub mod swappable_blob_backend;
pub mod thumbnail_service;
#[cfg(test)]