set CacheControl on PACKAGE files
This commit is contained in:
parent
a6909bd1b5
commit
1a97c88ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ upload_package_index <- function(
|
|||
purrr::walk2(
|
||||
c("PACKAGES", "PACKAGES.db", "PACKAGES.rds", "PACKAGES.gz"),
|
||||
sprintf("%s/%s", remote_bin_dir, c("PACKAGES", "PACKAGES.db", "PACKAGES.rds", "PACKAGES.gz")),
|
||||
\(x, y) s3fs::s3_file_upload(x, y, overwrite = TRUE)
|
||||
\(x, y) s3fs::s3_file_upload(x, y, overwrite = TRUE, CacheControl = "no-cache")
|
||||
)
|
||||
|
||||
return(invisible(TRUE))
|
||||
|
|
|
|||
Loading…
Reference in a new issue