You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In targets, functions tar_destroy(), tar_delete(), and tar_prune() delete GCS objects one at a time. It would be great to be able to delete whole groups of objects, with version numbers whenever available. For AWS, https://www.paws-r-sdk.com/docs/s3_delete_objects/ works out really well in my case, and I implemented it in targets. Would be great to do the same for GCP. c.f. ropensci/targets#1171
The text was updated successfully, but these errors were encountered:
In
targets
, functionstar_destroy()
,tar_delete()
, andtar_prune()
delete GCS objects one at a time. It would be great to be able to delete whole groups of objects, with version numbers whenever available. For AWS, https://www.paws-r-sdk.com/docs/s3_delete_objects/ works out really well in my case, and I implemented it intargets
. Would be great to do the same for GCP. c.f. ropensci/targets#1171The text was updated successfully, but these errors were encountered: