Description Usage Arguments Details Value Author(s)
Copies and tags objects in an S3 bucket from another S3 bucket.
1 | s3_copy_and_tag(fromBucket, fromPrefix, toBucket, toPrefix, tagList)
|
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 |
Requires valid admin S3 credentials to be set in the environment by setCreds and the likely the output from cromwellOutput()
TBD
Amy Paguirigan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.