Recued
Menu
← Back to recipes

Delete an S3 object

by recued-core v1 13 views

Use “Delete an S3 object” in Recued. Permanently delete one exact, case-sensitive object key from an enrolled S3 file collection. The recipe first checks that the object exists, skips cleanly when it is already absent, asks for approval before deletion, and checks the key again afterward.

How it works 7 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (7 steps)
before ?
delete ?
skip: step.before.exists not_equal true
after ?
skip: step.delete is_null
removed all
Check if all conditions are true
skip: step.delete is_null
delete_state ternary
Apply ternary
state ternary
Apply ternary
card to_summary
Format results as a summary card
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

object key setting = [object Object]
storage slug setting = [object Object]

About

Tags

s3 pack:s3amazon-s3object-storageobjectdeletedestructiveapproval

Details

7 steps 2 configurable settings recipe_id: delete-object-s3