Upload File
Uploads a file to S3.

Input
S3 Upload
| Name | Required | Description |
|---|---|---|
| Connection | AWS Connection. | |
| Bucket | The name of the S3 bucket to upload to. | |
| Prefix | The prefix for the object key name. Similar to a directory in the chosen S3 bucket. The file name will be appended to this prefix. | |
| File to upload to S3 | File path to file for upload. | |
| Content Type | (Optional) MIME type of the content e.g. application/json, application/octet-stream, applciation/pdf. |
Output
Key The key for the file that was uploaded.