s3_mv: Move objects in an S3 bucket.

View source: R/move.R

s3_mvR Documentation

Move objects in an S3 bucket.

Description

To recursively move or copy entire directories use the aws.args = "–recursive"

Usage

s3_mv(from = NULL, to = NULL, allow.overwrite = FALSE,
  aws.args = NULL)

Arguments

from

character vector or list

to

character vector or list

aws.args

character string of any additional values you need appended to this aws.cli command line call.

Value

character, new location


dkrozelle/s3r documentation built on May 16, 2022, 8:36 p.m.