aws_buckets {sixtyfour}R Documentation

List S3 buckets

Description

List S3 buckets

Usage

aws_buckets(...)

Arguments

...

named parameters passed on to list_objects

Details

internally uses s3fs::s3_dir_info()

Value

if no objects found, an empty tibble. if tibble has rows each is an S3 bucket, with 8 columns:

Note

we set refresh=TRUE internally to make sure we return up to date information about your buckets rather than what's cached locally

See Also

Other buckets: aws_bucket_create(), aws_bucket_delete(), aws_bucket_download(), aws_bucket_exists(), aws_bucket_list_objects(), aws_bucket_tree(), aws_bucket_upload(), six_bucket_delete(), six_bucket_upload()

Examples


aws_buckets()


[Package sixtyfour version 0.2.0 Index]