Skip to content

Commit

Permalink
Bump required versions of paws.common and paws.storage
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 13, 2023
1 parent 4bc6db4 commit aaa65db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Suggests:
nanonext (>= 0.9.0),
rmarkdown (>= 2.4),
parallelly (>= 1.35.0),
paws.common (>= 0.5.4),
paws.storage (>= 0.2.0),
paws.common (>= 0.6.4),
paws.storage (>= 0.4.0),
pingr (>= 2.0.1),
pkgload (>= 1.1.0),
processx (>= 3.4.3),
Expand Down
2 changes: 1 addition & 1 deletion R/class_aws.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,5 @@ store_aws_hash <- function(store) {

#' @export
store_get_packages.tar_aws <- function(store) {
c("paws.common", "paws.storage", NextMethod())
c("paws.common (>= 0.6.4)", "paws.storage (>= 0.4.0)", NextMethod())
}
1 change: 1 addition & 0 deletions R/utils_aws.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ aws_s3_delete_objects <- function(
while (length(objects)) {
index <- seq_len(min(length(objects), batch_size))
args$Delete$Objects <- objects[index]
args$Delete$Quiet <- TRUE
if (verbose) {
tar_message_run(
"Deleting ",
Expand Down

0 comments on commit aaa65db

Please sign in to comment.