Description Usage Arguments Details
Client Level Access to AWS Services
1 2 3 4 5 6 | client(
service = NULL,
key_access = Sys.getenv("AWS_ACCESS"),
key_secret = Sys.getenv("AWS_SECRET"),
region = Sys.getenv("AWS_REGION")
)
|
service |
NULL An AWS Service like 'ec2' or 's3' |
key_access |
NULL Your AWS ACCESS Key |
key_secret |
NULL Your AWS Secret Key |
region |
NULL Your preferred AWS Region, mine is us-east-2 |
Access an AWS Client Service
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.