Description Usage Arguments Details Value References See Also
List buckets as a data frame
1 2 3 | bucketlist(add_region = FALSE, ...)
bucket_list_df(add_region = FALSE, ...)
|
add_region |
A logical (by default |
... |
Additional arguments passed to |
bucketlist
performs a GET operation on the base s3 endpoint and returns a list of all buckets owned by the authenticated sender of the request. If authentication is successful, this function provides a list of buckets available to the authenticated user. In this way, it can serve as a “hello world!” function, to confirm that one's authentication credentials are working correctly.
bucket_list_df
and bucketlist
are identical.
A data frame of buckets. Can be empty (0 rows, 0 columns) if there are no buckets, otherwise contains typically at least columns Bucket
and CreationDate
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.