Changelog
Source:NEWS.md
minioclient 0.0.6
- bug-fix: more robust parsing of mc commands e.g. with spaces. ([#7])
- bug-fix: vectorize paths ([#8], [#9])
minioclient 0.0.5
CRAN release: 2023-09-02
CRAN-policy based bugfix release.
- bug-fix: 0.0.4 release introduced unit tests that wrote to
~/.mc
. Configuration files are now placed inminio_path()
directory, using OS-specific path fromtools::R_user_dir()
, or configured asoptions("minioclient.dir")
- bug-fix: 0.0.4 introduced unit tests that downloaded binary without prompt.
install_mc()
will now prompt before install in interactive mode and must be called explicitly in batch scripts. - bug-fix: 0.0.4 some tests may not have fail gracefully when depending on external resources. This is now patched.
minioclient 0.0.4
CRAN release: 2023-08-09
- Refactored function
mc_ls()
to provide results as a data.frame -
mc_sql()
function added, which can query CSV, JSON and parquet objects using sql (S3 Select API sql syntax) -
mc_head()
function added, which reads the first n lines from an object and returns a string -
mc_cat()
function added, which can be useful when reading or previewing a smaller file directly from the object storage server without first requiring to download it locally
minioclient 0.0.3
- New function,
mc_config_set()
, can be used to set session tokens #1. -
mc_mb()
gains optional arguments, e.g. to not error if bucket exists. -
mc_rb()
prompts first in interactive mode.
minioclient 0.0.2
CRAN release: 2023-06-29
- Added a
NEWS.md
file to track changes to the package. - Adds helper functions so not everything has to be done by
mc()
- Extend documentation