Logo
AWS

S3

Send a file to an AWS S3 bucket

ACTION

Send the media file you edit, generate and process within your Workflow to AWS S3 for storage and hosting.

How to use this Action

Set the File URL from the available data sources and optionally add a file name. The file name must come from a data source such as a Trigger. Configure the bucket settings using standard S3 settings including region, bucket name and ACL. The file will be received from the input URL data value and sent to the S3 bucket. The Action will output the file URL on S3 and make it available to downstream Actions.

Workflow Action's

Actions are used to process inputs, perform tasks and return an output. Inputs are typically media file URLs, text, prompts and template merge fields.

The Action will then perform some kind of task on the inputs - such as rendering a template using the provided merge field values, generating an image or video from a text prompt or converting a video to a different format.

Finally the Action will return an output, such as a video URL or body of text. The output can then be used as an input for another downstream Action.

Inputs
The input values that can be passed to the module.
Outputs
The output values returned by the module.
Configuration
The options and settings for the module.
FieldDescription
File URLThe URL of the file to send to S3
File NameAn optional file name. Will use randomly generated UUID if not provided
FieldDescription
File URLThe URL of the file in S3
FieldDescription
RegionThe AWS S3 region
BucketThe bucket name to save the file to
PrefixAn optional bucket prefix (folder) to save the file to
ACLThe S3 ACL access permissions for the file