Skip to content

Commit

Permalink
new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexing committed Feb 25, 2020
1 parent d707d77 commit 577b37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/s3functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ listS3Objects <- function(bucket) {
message("Pulling S3 tag list(s).")
if (bucket == "fh-pi-paguirigan-a-genomicsrepo") {
keys <- aws.s3::get_bucket_df(bucket = bucket,
prefix = "apptags/meta/")$Key
prefix = "tg/apptags/")$Key
keys <- keys[grepl("*.listing.csv", keys)]
} else {
keys <- paste0("tg/apptags/", bucket, "-listing.csv") }
Expand Down Expand Up @@ -45,7 +45,7 @@ summarizeS3Objects <- function(bucket) {
message("Pulling S3 object summary.")

if (bucket == "fh-pi-paguirigan-a-genomicsrepo") {
keys <- aws.s3::get_bucket_df(bucket = bucket, prefix = "apptags/summary/")$Key
keys <- aws.s3::get_bucket_df(bucket = bucket, prefix = "tg/apptags/summary/")$Key
} else {
keys <- paste0("tg/apptags/", bucket, "-summary.csv") }

Expand Down
4 changes: 2 additions & 2 deletions man/listS3Objects.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 577b37b

Please sign in to comment.