View source: R/zzz-s3cmd_shortcuts.R
This function will check if there is an object in AWS S3 with the given key. It will not check the integrity of the object - it will use s3cmd to check if there is an object with that name.
1 | s3cmd_exists(name, path = s3cmd_default_path(), ...)
|
name |
simple string. The key used to store the object. |
path |
simple string. The s3 bucket where the object is stored. |
... |
additional parameters to pass to interface objects via |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.