Table of Contents

Upload Amazon S3 object

Uploads a byte array or Stream to an Amazon S3 bucket.

img

Example img
This flow ensures that data is either appended to an existing file or a new object is uploaded.

Properties

Name Type Description
Title Optional The title of the action.
Connection Required Specify the connection to the Amazon S3 bucket.
Object name Required The name of the object (file)
Object data Required The data to upload. It must be a byte array or Stream
Overwrite if object already exists Optional If not checked, the action will fail if a object with the same name already exists.
Description Optional Additional notes or comments about the action or configuration.