Description Usage Arguments Value
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.
1 | .s3_url(bucket, object)
|
bucket |
A |
object |
A |
A character
vector of object's url.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.