precisely.aws.S3.list_objects: List objects and common prefixes under a specified S3 bucket.

Description Usage Arguments Value

Description

List objects and common prefixes under a specified S3 bucket.

Usage

1
precisely.aws.S3.list_objects(bucket, recursive = TRUE)

Arguments

bucket

The name of the S3 bucket.

recursive

If TRUE, will recursively list objects in a bucket. That is, rather than showing PRE dirname/ in the output, all the content in a bucket will be listed in order. Optional, default is TRUE.

Value

A tibble of the objects in the bucket and their associated file information.


precision-analytics/precisely.aws documentation built on May 23, 2019, 6:05 p.m.