Send the media file you edit, generate and process within your Workflow to AWS S3 for storage and hosting.
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.
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.
Field | Description |
---|---|
File URL | The URL of the file to send to S3 |
File Name | An optional file name. Will use randomly generated UUID if not provided |
Field | Description |
---|---|
File URL | The URL of the file in S3 |
Field | Description |
---|---|
Region | The AWS S3 region |
Bucket | The bucket name to save the file to |
Prefix | An optional bucket prefix (folder) to save the file to |
ACL | The S3 ACL access permissions for the file |