s3ListFiles: Lists files that match given path

View source: R/aws-s3.R

s3ListFilesR Documentation

Lists files that match given path

Description

Lists files that match given path

Usage

s3ListFiles(path, bucket = s3DefaultBucket(), root = s3DefaultRoot())

Arguments

path

is the path to the S3 object

bucket

name of the S3 bucket. Defaults to value in AWS_S3_BUCKET environment variable.

root

project root path that is appended before the path in the argument. Defaults to value in AWS_S3_ROOT environment variable.

Value

metadata of files in data.table


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.