Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from moj-analytical-services/increase_list_fil…
Browse files Browse the repository at this point in the history
…es_limit

Remove gdata dependancy
  • Loading branch information
joeprinold authored Feb 6, 2019
2 parents 1cb3d6e + 83ba578 commit 496d0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/aws_helper_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ list_files_in_buckets <- function(bucket_filter=NULL, prefix=NULL, path_only=FAL
cols_to_keep <- c("Key", "LastModified","ETag","Size","StorageClass","Bucket")
af <- af[, cols_to_keep]

af["size_readable"] <- gdata::humanReadable(as.double(af$Size))
af["size_readable"] <- humanReadable(as.double(af$Size))

af["path"] = paste(af$Bucket, af$Key, sep = "/")

Expand Down

0 comments on commit 496d0f6

Please sign in to comment.