s3_list_buckets: s3_list_buckets

Description Usage Arguments Value See Also Examples

View source: R/s3_list_buckets.R

Description

s3_list_buckets returns a data frame of bucket names and their creation date

s3-example-creating-buckets

Usage

1

Arguments

client

A connection to a boto3, S3 Client

Value

A tibble

See Also

Other s3: s3_create_bucket(), s3_delete_bucket()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
library(biggr2)

s3_client <-
  client(
    service = "s3",
    key_access = Sys.getenv("AWS_ACCESS"),
    key_secret = Sys.getenv("AWS_SECRET"),
    region = "us-east-2"
  )

s3_list_buckets(client = s3_client)

## End(Not run)

fdrennan/biggr2 documentation built on March 6, 2021, 7:13 a.m.