Skip to contents

List Files on S3

Usage

s3_list_files(
  prefix = NULL,
  bucket = "gcpd",
  include_folder = FALSE,
  max = 1000,
  delimiter = NULL
)

Arguments

prefix

Common prefix to all files.

bucket

S3 bucket.

include_folder

If TRUE, also include S3 keys referring to folders.

max

Maximum number of results to return.

delimiter

Character string used to group keys. Read the AWS docs for more details.

value

See Value.

Value

If value == "vector", a character vector of S3 keys. If value == "df" a data frame of S3 keys.