From 746882b22567f83794b458e994bf5b6b941a8cb5 Mon Sep 17 00:00:00 2001 From: Luke Zappia Date: Thu, 24 Oct 2024 10:49:30 +0200 Subject: [PATCH] Add progress bar to Artifact$cache() --- R/Artifact.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/Artifact.R b/R/Artifact.R index 1536c6d..8f966d4 100644 --- a/R/Artifact.R +++ b/R/Artifact.R @@ -42,6 +42,7 @@ ArtifactRecord <- R6::R6Class( # nolint object_name_linter s3::s3_get( paste0(artifact_storage$root, "/", artifact_key), region = artifact_storage$region, + progress = TRUE, data_dir = root_dir ) } else {