s3: Creates S3 Object Paths

Description Usage Arguments Examples

View source: R/s3.R

Description

Returns properly formatted S3 object path, including the s3:// prefix.

Usage

1

Arguments

...

Characters vectors to combine into an S3 path.

Examples

1
2
s3("my_bucket", "prefix", "object_name.csv")
s3(s3_bucket(), "prefix1", "prefix2", "object.csv")

tmastny/sagemaker documentation built on July 15, 2020, 4:17 p.m.