CRAN-policy based bugfix release.
~/.mc
.
Configuration files are now placed in minio_path()
directory,
using OS-specific path from tools::R_user_dir()
,
or configured as options("minioclient.dir")
install_mc()
will now prompt before install in interactive mode and must
be called explicitly in batch scripts.mc_ls()
to provide results as a data.framemc_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 stringmc_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 locallymc_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.NEWS.md
file to track changes to the package.mc()