mc_config_set {minioclient} | R Documentation |
mc_config_set
Description
Edit the config files, e.g. to add a sessionToken
Usage
mc_config_set(alias, key, value, json = file.path(minio_path(), "config.json"))
Arguments
alias |
A configured alias, see |
key |
the parameter name, e.g. |
value |
the value to set the parameter to |
json |
path to the config |
Value
updates configuration and returns silently (NULL
).
Examples
mc_config_set("play", key="sessionToken", value="MyTmpSessionToken")
[Package minioclient version 0.0.6 Index]