Append to S3 object
Appends a byte array or stream to an Amazon S3 object.
Example
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 to append to. If the object doesn't exist yet, it will be created. |
Object data | Required | The data to append. It must be a byte array or Stream |
Description | Optional | Additional notes or comments about the action or configuration. |