pub fn download_artifacts_recursive<'life0, 'life1, 'async_recursion>(
    url: &'life0 str,
    target_path: &'life1 str
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_recursion>> where
    'life0: 'async_recursion,
    'life1: 'async_recursion, 
Expand description

Recursively downloads all artifacts for a given url into the given path

Arguments

  • url - The initial URL from where artifacts should be downloaded
  • target_path - Path to where the artifacts are stored, mirroring the existing artifact folder structure