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:

  • Bucket - Creates a new bucket.
  • Object - Puts an object into a specified bucket.

Put Type Drop-down Yes None Type of operation to be performed.

You can choose from the following options provided:

  • Upload - The activity uploads the content provided on the input schema to the bucket by using the specified key.
  • Copy - Creates a copy of an object already stored in Amazon S3. The name of the object in the target bucket can be specified in the input schema.

    The copy operation takes place entirely in AWS.

This field is visible only if the value specified in the Service Name field is Object.

Input Type Drop-down No None Type of the object that must be provided to the activity.
  • File - Upload file from the specified file path.
  • Note: File is not supported for the TIBCO Cloud™ Integration.
  • Text - Upload text content as the object content.

This field is visible only if the value specified in the Service Name field is Object and the value specified in the Put Type field is Upload.

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 Object and the value specified in the Put Type field is Copy.

Note: Copy operation is supported only if the target bucket region is the same as the AWS connector region.

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.