set_secret_key {aws.alexa} | R Documentation |
Set up Key and Secret
Description
Get the Access Key ID and Secret Access Key by logging into https://console.aws.amazon.com/,
clicking on the username followed by security credentials. The function sets two environmental variables
AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
. These environment variables persist within a R session. The function
looks for these variables
Usage
set_secret_key(key = NULL, secret = NULL, force = FALSE)
Arguments
key |
String; Required; Access Key ID |
secret |
String; Required; Secret Access Key |
force |
String; Required; Force change the |
References
Examples
## Not run:
set_secret_key(key = "key", secret = "secret")
## End(Not run)
[Package aws.alexa version 0.1.8 Index]