Put Activity
The Amazon S3 Put activity uploads Amazon S3 objects, copies objects between buckets, and creates new buckets.
Settings
The Settings tab has the following fields:
Field | Type | Required | Default Value | Description |
---|---|---|---|---|
AWS Connection Name | Connector | Yes | None | AWS connection to create the session and perform various operations. |
Service Name | Drop-down | Yes | None |
Name of the service used by the activity. You can choose from the following options provided:
|
Put Type | Drop-down | Yes | None | Type of operation to be performed.
You can choose from the following options provided:
This field is visible only if the value specified in the
Service Name field is
|
Input Type | Drop-down | No | None | Type of the object that must be provided to the activity.
Note: File is not supported for the TIBCO Cloud™ Integration.
This field is visible only if the value specified in the
Service Name field is
|
Preserve Source Object ACL | Radio | No | False | Determines whether the source object ACL can be copied to the target object.
This field is visible only if the value specified in the
Service Name field is
|
Input
The Input tab displays the input schema of the activity as a tree structure. The input values vary depending on the action selected on the Settings tab. All the elements marked with a red asterisk are required fields.
Output
The Output tab displays the output schema of the activity as a tree structure. The output is read-only. The information in the schema varies based on the fields selected on the Settings tab. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.
The Output tab consists of two elements:
- Output element: Displays the output schema of the activity as a tree structure.
- Error element: The error element has four attributes:
- Code - It is a string that uniquely identifies an error condition.
- Message - It contains a generic description of the error condition.
- RequestId - It is a string ID of the request associated with the error that occurs.
- StatusCode - It is the HTTP response code corresponding to the error code.
Loop
If you want this activity to iterate multiple times within the flow, enter an expression that evaluates the iteration details. Select a type of iteration from the Type menu. The default type is None, which means the activity does not iterate.