feat: repository architecture for files crate w. added tests

Signed-off-by: izzy <me@insrt.uk>
This commit is contained in:
izzy
2026-01-24 01:25:42 +00:00
parent 9c2ae59ecf
commit e896582a5c
25 changed files with 1432 additions and 462 deletions

View File

@@ -0,0 +1,7 @@
mod encryption_impl;
mod media_impl;
mod s3_impl;
pub use encryption_impl::EncryptionKey;
pub use media_impl::MediaImpl;
pub use s3_impl::S3Storage;