dot-s3_url: Internal AWS S3 functions

Description Usage Arguments Value

Description

This function returns an url to an bucket's object in the Amazon S3 service. The default base url text used to form the final url is given by getOption("s3_base_url", "https://%s.s3.amazonaws.com/%s"), where the two formating text parameters %s correspond to the bucket name and the object key, respectively.

Usage

1
.s3_url(bucket, object)

Arguments

bucket

A character text informing the remote name where coverage will be published.

object

A character text with the object key name in bucket.

Value

A character vector of object's url.


rolfsimoes/coverage documentation built on May 24, 2019, 9:48 p.m.