From dd98c838225611a3de33f97a1c873bc9daa9475a Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 24 Jul 2024 13:54:37 -0700 Subject: [PATCH] remove fixme for aws_file_attr, discussion in #5 --- R/files.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/files.R b/R/files.R index e3d2537..b646f37 100644 --- a/R/files.R +++ b/R/files.R @@ -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() }