Description Usage Arguments Value Examples
Lists the Buckets available with the Key/Secrete
1 | bucketlist(region = "us-east-1", access_key = NULL, secret_key = NULL, ...)
|
region |
Region of S3 Bucket |
access_key |
Amazon S3 Access Key |
secret_key |
Amazon S3 Secret Key |
... |
arguments to pass to |
List of Buckets
1 2 3 | if (have_aws_key()){
bucketlist()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.