saves3folder: Downloads the contents of an S3 bucket or folder to local

View source: R/saves3folder.R

saves3folderR Documentation

Downloads the contents of an S3 bucket or folder to local

Description

Essentially applies aws.s3::save_object() to all objects inside of an S3 bucket or folder.

Usage

saves3folder(bucket, path, prefix = NULL)

Arguments

bucket

S3 bucket name, excluding "s3://"

path

path to local directory in which to copy the folder

prefix

optional. Path from the bucket to the directory, ending in a slash


leonidliu/liutils documentation built on Aug. 3, 2024, 4:57 p.m.