Skip to content

Commit

Permalink
Implement #1171 for AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 7, 2023
1 parent dbd0f74 commit 8419c2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Because of the changes below, upgrading to this version of `targets` will unavoi
* Deprecate `tar_seed()` in favor of the new `tar_seed_get()` function.
* Migrate to the changes in `clustermq` 0.9.0 (@mschubert).
* Add a new `tar_unversion()` function to remove version IDs from the metadata of cloud targets. This makes it easier to remove all versions of target data using functions `tar_destroy()` and `tar_delete()`.
* Add a new `verbose` argument to `tar_delete()` and `tar_destroy()`.
* For AWS S3 targets, `tar_delete()`, `tar_destroy()`, and `tar_prune()` now use efficient batched calls to `delete_objects()` instead of costly individual calls to `delete_object()` (#1171).
* Add a new `verbose` argument to `tar_delete()`, `tar_destroy()`, and `tar_prune()`.
* Add a new `batch_size` argument to `tar_delete()`, `tar_destroy()`, and `tar_prune()`.

# targets 1.3.2

Expand Down

0 comments on commit 8419c2f

Please sign in to comment.