Skip to contents

List S3 buckets

Usage

aws_buckets(...)

Arguments

...

named parameters passed on to list_objects

Value

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

  • bucket_name (character)

  • key (character)

  • uri (character)

  • size (fs::bytes)

  • type (character)

  • owner (character)

  • etag (character)

  • last_modified (dttm)

Details

internally uses s3fs::s3_dir_info()

Note

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

Examples

if (FALSE) {
aws_buckets()
}