mc {minioclient} | R Documentation |
mc
Description
The MINIO Client
Usage
mc(command, ..., path = minio_path(), verbose = interactive())
Arguments
command |
space-delimited text string of an mc command (starting after the mc ...) |
... |
additional arguments to |
path |
location where mc executable will be installed. By default will use the OS-appropriate storage location. |
verbose |
print output? |
Details
This function forms the basis for all other available commands.
This utility can run any mc
command supported by the official minio client,
see https://min.io/docs/minio/linux/reference/minio-mc.html.
The R package provides wrappers only for the most common use cases,
which provide a more natural R syntax and native documentation.
Value
Returns the list from processx::run()
, with components status
,
stdout
, stderr
, and timeout
; invisibly.
[Package minioclient version 0.0.6 Index]