Amazon S3 Delete Activity

The Amazon S3 Delete activity deletes Amazon S3 objects and 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:
  • Object - Deletes an object from a bucket.
  • Bucket - Deletes a bucket only if it is empty.

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.