pub async fn copy_file<S: ObjectStoreGetExt, D: ObjectStorePutExt>(
src: &Path,
dest: &Path,
src_store: &S,
dest_store: &D,
) -> Result<()>
pub async fn copy_file<S: ObjectStoreGetExt, D: ObjectStorePutExt>(
src: &Path,
dest: &Path,
src_store: &S,
dest_store: &D,
) -> Result<()>