s3_path_join: Construct AWS S3 path

View source: R/file_system.R

s3_path_joinR Documentation

Construct AWS S3 path

Description

Construct an s3 uri path from path vector

Usage

s3_path_join(path)

Arguments

path

(character): A character vector of one or more paths

Value

character vector of s3 uri paths

Examples

## Not run: 
# Require AWS S3 credentials

s3_path_dir(c("s3://my_bucket1/hi.txt", "s3://my_bucket/bye.txt"))

## End(Not run)

s3fs documentation built on Sept. 11, 2024, 6:48 p.m.