Back to Amazon S3 Integrations
Handler · Version 1

Amazon S3 File Upload Amazon S3

Download GitHub

About

This handler creates and uploads text content to an Amazon S3 bucket and then returns a public url of the successfully uploaded file. This is done by using an account's Access Key and Secret Access Key to authenticate with the Amazon S3 server and then uploading the file and its content into the specified S3 bucket.

Parameters
Name Description Sample
Region Id of the region the inteded S3 server is located in. us-east-1
Bucket Name of the bucket to upload to. sample-files
File Name Name of the file to upload. handler-test.txt
File Content String to upload as the contents of the new file. This is a test
Results
Name Description
Public Url A public url for the file that was just uploaded.
Changelog

Amazon S3 File Upload V1.1 (2017-10-03)

  • Updated the info values to be consistent with the other s3 handlers

Amazon S3 File Upload V1 (2016-09-16)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top