Skip to main content

transfer

Function transfer 

Source
pub async fn transfer(
    from_store: &dyn FileStore,
    from_key: &str,
    to_store: &dyn FileStore,
    to_key: &str,
) -> AppResult<StoredFile>
Expand description

Transfer a file between two stores.