Table of Contents

Append to S3 object

Appends a byte array or stream to an Amazon S3 object.

Append Amazon

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 to append to. If the object doesn't exist yet, it will be created.
Object data Yes The data to append. It must be a byte array or Stream
Description No Additional notes or comments about the action or configuration.