list_s3_objects: List AWS S3 Objects

View source: R/cloud.R

list_s3_objectsR Documentation

List AWS S3 Objects

Description

Lists objects inside S3 bucket.

Usage

list_s3_objects(b, recursive = FALSE)

Arguments

b

S3 path.

recursive

Recursively list objects within given path.

Value

A tibble with file basename, complete S3 file path, and file type.

Examples

## Not run: 
b <- "s3://my-crazy-bucket/dir1"
list_s3_objects(b)

## End(Not run)

pdiakumis/woofr documentation built on Jan. 4, 2024, 11:22 a.m.