pub async fn transfer( from_store: &dyn FileStore, from_key: &str, to_store: &dyn FileStore, to_key: &str, ) -> AppResult<StoredFile>
Transfer a file between two stores.