s3_dir_ls_url | R Documentation |
Generate presigned url to list S3 directories
s3_dir_ls_url(path, expiration = 3600L, recurse = FALSE, ...)
path |
(character): A character vector of paths or uris |
expiration |
(numeric): The number of seconds the presigned url is valid for. By default it expires in an hour (3600 seconds) |
recurse |
(logical): Returns all AWS S3 objects in lower sub directories |
... |
parameters passed to |
return character of urls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.