s3_copy_and_tag: (admin) Copy and tag objects between S3 buckets

Description Usage Arguments Details Value Author(s)

View source: R/s3functions.R

Description

Copies and tags objects in an S3 bucket from another S3 bucket.

Usage

1
s3_copy_and_tag(fromBucket, fromPrefix, toBucket, toPrefix, tagList)

Arguments

fromBucket

A character vector containing the full name of the source bucket

fromPrefix

A character vector containing the prefix of the object to copy in the source bucket

toBucket

A character vector containing the full name of the destination bucket

toPrefix

A character vector containing the prefix to give to the object in the destination bucket

tagList

A named list of tags to apply to the destination object

Details

Requires valid admin S3 credentials to be set in the environment by setCreds and the likely the output from cromwellOutput()

Value

TBD

Author(s)

Amy Paguirigan


FredHutch/tgR documentation built on Oct. 5, 2021, 8:39 a.m.