powered by
Edit the config files, e.g. to add a sessionToken
mc_config_set(alias, key, value, json = file.path(minio_path(), "config.json"))
updates configuration and returns silently (NULL).
NULL
A configured alias, see mc_alias_set()
mc_alias_set()
the parameter name, e.g. sessionToken
sessionToken
the value to set the parameter to
path to the config
if (FALSE) { # interactive() mc_config_set("play", key="sessionToken", value="MyTmpSessionToken") }
Run the code above in your browser using DataLab