Table of Contents

Upload Amazon S3 object

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

Uppload S3obj

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

Properties

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