Skip to content

Commit

Permalink
Fix gcp object deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 4, 2023
1 parent a195181 commit 1646e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/class_gcp.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ store_delete_objects.tar_gcp <- function(store, meta, batch_size, verbose) {
x = meta$path,
f = ~paste(
store_gcp_bucket(.x),
store_gcp_region(.x),
sep = "|"
)
)
Expand Down

0 comments on commit 1646e30

Please sign in to comment.