Description Usage Arguments Value Note
This function retrieves a list of objects from a bucket of the Amazon S3 service and
generate url for each one. 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.
Use regex
parameter to filter those objects of your interest.
1 |
bucket |
A |
regex |
A |
... |
Any extra arguments to be passed to |
A character
vector of object's url.
You must set Sys.setenv("AWS_ACCESS_KEY_ID", <your_key>)
and
Sys.setenv("AWS_SECRET_ACCESS_KEY", <your_access_key>)
to have access to
an aws.s3 bucket
object. If you prefer, you can pass access parameters to
...
argument the same used by aws.s3
package.
For more details see https://github.com/cloudyr/aws.s3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.