pub async fn delete_recursively<S: ObjectStoreDeleteExt + ObjectStoreListExt>(
path: &Path,
store: &S,
concurrency: NonZeroUsize,
) -> Result<Vec<()>>
pub async fn delete_recursively<S: ObjectStoreDeleteExt + ObjectStoreListExt>(
path: &Path,
store: &S,
concurrency: NonZeroUsize,
) -> Result<Vec<()>>