aws_buckets: List S3 buckets

View source: R/bucket.R

aws_bucketsR 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:

  • bucket_name (character)

  • key (character)

  • uri (character)

  • size (fs::bytes)

  • type (character)

  • owner (character)

  • etag (character)

  • last_modified (dttm)

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()


sixtyfour documentation built on April 3, 2025, 8:22 p.m.