Back to Amazon S3 Integrations
Handler · Version 1

Amazon S3 File Upload From Submission Amazon S3

Download GitHub

About

This handler creates and uploads content from an existing Request CE submission field value 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 retrieved from Request CE and its content into the specified S3 bucket.

Configurations
Name Description Sample
access_key AWS Access Key.
secret_key AWS Secret Key. *********
region AWS Region that the S3 object is located in. Also can be inputted as a parameter.
request_ce_server Kinetic Request CE server location.
request_ce_username Kinetic Request CE username.
request_ce_password Kinetic Request CE password. *********
space_slug Slug for the space the submission is in (can also be configured as a parameter).
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Region Id of the region the inteded S3 server is located in (can also be configured as an info value). us-east-1
Space Slug Slug for the space the submission is in (can also be configured as an info value).
Bucket Name of the bucket to upload to. sample-files
File Name Name that will be given to the file on upload (if not provided, will default to the default filename stored in Request CE). handler-test.txt
Submission Id Submission Id that the attachment is located on. 73f18e87-b2b5-4f2c-b009-9eb8dcdd270c
Field Label Field Label for the attachment field. Attachment
Results
Name Description
Public Url A public url for the file that was just uploaded.
Changelog

Amazon S3 File Upload From Submission V1 (2017-10-03)

  • 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