upload | R Documentation |
Upload a file to S3 using multipart upload
upload(client, file, bucket, key)
client |
A Paws S3 client object, e.g. from |
file |
The path to the file to be uploaded. |
bucket |
The name of the S3 bucket to be uploaded to, e.g. |
key |
The name to assign to the file in the S3 bucket, e.g. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.