pub async fn copy_recursively<S: ObjectStoreGetExt + ObjectStoreListExt, D: ObjectStorePutExt>(
dir: &Path,
src_store: &S,
dest_store: &D,
concurrency: NonZeroUsize,
) -> Result<Vec<()>>
Expand description
Copies all files in the directory from the source store to the destination store.