Closed reisfe closed 1 year ago
That is a fair point, I will look at implementing improvements after completing paws performance https://github.com/paws-r/paws/pull/621
In the meantime I welcome any PRs :) they help me greatly when I judge my open source packages 😄
Sorry for the delay in this. PR #30 addresses issue. I will release it to the cran shortly
Great! Thank you. (And thank you for the great package.)
Closing as s3fs 0.1.4 has been released to the cran
When the directory already exists, fs::dir_create ignores it and returns the path(s) to the directory(ies), while s3fs::s3_dir_create returns the string "Directory already exists in AWS S3".
If the goal is to make code written using the fs package portable to the s3fs than the behavior of the functions should be as close as possible.
Also, returning a string is not the most common behavior in R. A condition should be raised, either error, warning or message.