Changes in version 0.1.7 (2024-08-29) - Fix files without extensions will be created as a dir/file instead of file (#47) thanks to @pat-s for raising issue Changes in version 0.1.6 (2024-07-25) - Suppress warning in S3FileSystem triggered from s3_file_delete() (#42, @salim-b) Changes in version 0.1.5 (2024-03-15) - Fix for s3_file_download to allow multiple file paths passed to new_path (#34), thanks to @sckott for contribution. - Fix for s3_file_info, convert logical(0) to NA to correctly build data.frame output. - improve helper function str_split performance Changes in version 0.1.4 (2023-10-23) - Fix ensure path is returned for already existing directories (#28) - set R version >= 3.6.0 (#29) Changes in version 0.1.3 (2023-03-02) - Fix hard coded max batch size - Add seed for future to prevent warning message - Ensure nested directories are removed from class cache Changes in version 0.1.2 (2023-02-14) - Hot fix replace \() syntax with function() Changes in version 0.1.1 - Update Description to align with cran requirements Changes in version 0.1.0 - Added a NEWS.md file to track changes to the package. - Initial cran release