Skip to content

Commit

Permalink
rs-insitu-comp-zhanqing2016-gmail-com update
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdis-bot committed Oct 8, 2024
1 parent f11cc0b commit e423eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs-insitu-comp-zhanqing2016-gmail-com/task.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Sys.setenv(

download_files_from_minio <- function(bucket, folder, local_path) {

objects <- get_bucket(bucket = bucket, prefix = folder, region="")
objects <- get_bucket(bucket = bucket, prefix = folder, region="nl-uvalight")

for (object in objects) {
file_name <- basename(object$Key)
Expand Down Expand Up @@ -226,7 +226,7 @@ dev.off()

miniofile_path = paste0("/protoDT_WadPP/output/",file_name,sep="")
put_object(
region="",
region="nl-uvalight",
bucket="naa-vre-waddenzee-shared",
file=file_path,
object= miniofile_path)
Expand Down

0 comments on commit e423eb9

Please sign in to comment.