Description Usage Arguments Details Value
Uploads an object to the S3 bucket specified.
1 | S3_put_object(bucketName, storage_location, filename, contentType = 0L)
|
bucketName |
The name of the bucket you want to upload to. |
storage_location |
The location you want to place the file. For example "file.newname" uploads it with the name file.newname. Do not start with a "/" unless you want a new blank folder. |
filename |
The name of the file to be uploaded. This is typically the location |
contentType |
The type of content you are uploading. (Optional) on your computer. |
Uploads a file to the S3 bucket you specify in the location specified.
Returns 1 if successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.