Delete a Replication Workflow

To delete a replication workflow rule:

  1. Click the Workflows tab. The Workflow panel displays.

    ../../_images/xdm_ui_workflow_panel.png
  2. Select a workflow to delete. Click the Delete Workflow button.

  3. The workflow is removed from the menu. If no workflows remain, you are prompted to create a new worflow.

Deleting a Replication Workflow Using the AWS CLI

The following command deletes a replication configuration from a bucket named “my-bucket”:

$ aws s3api delete-bucket-replication --bucket my-bucket

For API operation, see DELETE Bucket Replication.