Skip to main content

Delete

AWS S3 Plugin – Delete Action

Summary (SEO Meta Description):
The Delete Action of the AWS S3 Plugin permanently removes an object from an Amazon S3 bucket.
It allows workflows to automate file cleanup and enforce data retention policies.


Overview

The Delete Action enables your workflow to delete an object from a specified S3 bucket.
This is essential for managing data lifecycles, freeing storage space, and ensuring outdated or unnecessary files are removed automatically.

Typical Use Cases:

  • Remove old backup files to reduce storage costs
  • Delete user data upon account deactivation
  • Clean up temporary files generated by workflows
  • Purge obsolete log files after retention periods

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Select connectionChoose or create a secure AWS S3 connectionConnection
Resource TypeSelect the S3 bucket from which the object will be deletedDropdown

FAQ

Q: What happens if the object does not exist?
A: The action completes without error, but no file is deleted.

Q: Can I delete multiple files at once?
A: The Delete Action removes one object per execution. For bulk deletion, use multiple Delete steps or S3 batch operations.

Q: Is the deletion reversible?
A: No. Once deleted, the object cannot be recovered unless S3 versioning is enabled.


Keywords: WeHub AWS S3 Plugin, Delete Action, Remove Object, Amazon S3 Bucket, Cloud Storage, NoSQL Workflow Automation