| .s3_upload_file | R Documentation |
Uploads a single file to an S3 bucket.
.s3_upload_file(file, dest, s3_config, content_type = NULL)
file |
Character. Local file path to upload. |
dest |
Character. Destination key (path) in S3 bucket. |
s3_config |
List. S3 configuration from .resolve_s3_connection(). |
content_type |
Character or NULL. MIME type (auto-detected if NULL). |
Character. The S3 URI of the uploaded file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.