Skip to content

Commit

Permalink
remove fixme for aws_file_attr, discussion in #5
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 24, 2024
1 parent c0b66ee commit dd98c83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/files.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ aws_file_delete_one <- function(one_path, ...) {
#' aws_file_attr(s3_path("s64-test-2", c("DESCRIPTION", "ddd")))
#' }
aws_file_attr <- function(remote_path) {
# TODO: error behavior isn't ideal b/c the error message doesn't indicate
# which file does not exist
con_s3fs()$file_info(remote_path) %>% as_tibble()
}

Expand Down

0 comments on commit dd98c83

Please sign in to comment.