thisisnic opened a new issue, #36714: URL: https://github.com/apache/arrow/issues/36714
### Describe the enhancement requested We should write more user-friendly wrappers around the existing S3 functionality, so users can more easily work with it without having to work directly with R6 objects. The vignettes should also be updated to reflect this. Function names below are based on the `fs` package. Functions which currently exist: * `s3_bucket()` Functions to add: * `s3_ls()` * `s3_dir_create()` * `s3_dir_delete()` * `s3_file_create()` * `s3_file_delete()` * `s3_file_copy()` * `s3_file_info()` * `s3_file_size()` * `s3_path(bucket, path)` ### Component(s) R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
