Create / Update account

set_account(name, keys = c("username", "password"), update = FALSE)

Arguments

name

Service name of the account

keys

List of account key names

update

Should an existing account be overwriten

Examples

if (FALSE) { # \dontrun{
set_account(name = 's3', keys = c("access", "secret"))} # }