Skip to contents

Get S3 Bucket objects list

Usage

s3_objects(
  bucket,
  prefix = NULL,
  n = 1000,
  unpack_keys = FALSE,
  access_key,
  secret_key,
  ...
)

Arguments

bucket

S3 Bucket name

prefix

Limits response by key. Default set to NULL

n

Max number of record, default = 1000

unpack_keys

Separate key column, default is false

access_key

S3 Access Key ID

secret_key

S3 Secret Access Key

...

Additional aws.s3::get_bucket_df() options

Value

S3 Objects list as tibble

Examples

if (FALSE) { # \dontrun{
s3_objects("sample-bucket") } # }