upload | R Documentation |
s3_file_upload
upload files to AWS S3
s3_dir_upload
upload directory to AWS S3
s3_file_upload(
path,
new_path,
max_batch = fs_bytes("100MB"),
overwrite = FALSE,
...
)
s3_dir_upload(path, new_path, max_batch, overwrite = FALSE, ...)
path |
(character): A character vector of local file paths to upload to AWS S3 |
new_path |
(character): A character vector of AWS S3 paths or uri's of the new locations. |
max_batch |
(fs_bytes): Maximum batch size being uploaded with each multipart. |
overwrite |
(logical): Overwrite files if the exist. If this is |
... |
parameters to be passed to |
character vector of s3 uri paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.