Skip to main content

Upload File

Overview


Uploads a file to S3.

Input

S3 Upload

NameRequiredDescription
ConnectionAWS Connection.
BucketThe name of the S3 bucket to upload to.
PrefixThe 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 S3File 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.