- Fix files without extensions will be created as a dir/file instead of file (#47) thanks to @pat-s for raising issue
- Suppress warning in
S3FileSystem
triggered froms3_file_delete()
(#42, @salim-b)
- Fix for
s3_file_download
to allow multiple file paths passed tonew_path
(#34), thanks to @sckott for contribution. - Fix for
s3_file_info
, convertlogical(0)
toNA
to correctly builddata.frame
output. - improve helper function
str_split
performance
- Fix ensure path is returned for already existing directories (#28)
- set R version >= 3.6.0 (#29)
- Fix hard coded max batch size
- Add seed for future to prevent warning message
- Ensure nested directories are removed from class cache
- Hot fix replace
\()
syntax withfunction()
- Update Description to align with cran requirements
- Added a
NEWS.md
file to track changes to the package. - Initial cran release