Description Usage Arguments Value See Also Examples
View source: R/s3_list_buckets.R
s3_list_buckets
returns a data frame of bucket names and their creation date
1 |
client |
A connection to a boto3, S3 Client |
A tibble
Other s3:
s3_create_bucket()
,
s3_delete_bucket()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
library(biggr2)
s3_client <-
client(
service = "s3",
key_access = Sys.getenv("AWS_ACCESS"),
key_secret = Sys.getenv("AWS_SECRET"),
region = "us-east-2"
)
s3_list_buckets(client = s3_client)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.