upload_to_s3: Put output of data pipeline step onto s3

Description Usage Arguments Examples

View source: R/etl_functions.R

Description

Easily upload files to S3. Objects to call within function are working file path and object name.

Usage

1
upload_to_s3(file_path, object_name, bucket_name = "everlane-data")

Arguments

file_path

Full path to local filename

object_name

Full path to s3 location to upload to

bucket_name

Name of s3 bucket

Examples

1
upload_to_s3("local_file.txt","s3_file_path.txt", bucket_name = "everlane-data")

Everlane/everlaneR documentation built on Oct. 7, 2020, 3:13 p.m.