Skip to content

Commit

Permalink
remove static debug key
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Nov 20, 2018
1 parent ad621a1 commit a75a7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/s3.R
Expand Up @@ -156,7 +156,7 @@ s3_ls <- function(uri) {
uri_parts <- s3_split_uri(uri)

objects <- s3()$Bucket(uri_parts$bucket_name)$objects
objects <- objects$filter(Prefix = 'tsm/4200')
objects <- objects$filter(Prefix = uri_parts$key)
objects <- iterate(objects$pages(), simplify = FALSE)
objects <- unlist(objects, recursive = FALSE)

Expand Down

0 comments on commit a75a7ba

Please sign in to comment.