Description Usage Arguments Value
View source: R/set_aws_api_key.R
Sets and returns the AWS keys. This will error if not all are specified.
1 2 3 4 5 6 7 8 | set_aws_api_key(
access_key = NULL,
secret_key = NULL,
default_region = "us-east-1",
error = TRUE
)
have_aws_key()
|
access_key |
Amazon access key. If |
secret_key |
Amazon secret key. If |
default_region |
Amazon default region. If |
error |
Should this function error if things are not specified? |
List of access_key
, secret_key
,
and default_region
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.