View source: R/mc_config_set.R
mc_config_set | R Documentation |
Edit the config files, e.g. to add a sessionToken
mc_config_set(alias, key, value, json = file.path(minio_path(), "config.json"))
alias |
A configured alias, see |
key |
the parameter name, e.g. |
value |
the value to set the parameter to |
json |
path to the config |
updates configuration and returns silently (NULL
).
mc_config_set("play", key="sessionToken", value="MyTmpSessionToken")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.