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 AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY stored in the environment