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