Amazon S3 · Arazzo Workflow
Amazon S3 Delete Object and Confirm Removal
Version 1.0.0
Delete an object then HEAD it to confirm it is gone.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
delete-object-and-confirm
Delete an object then verify it returns 404 on HEAD.
Removes a single object and confirms the removal by HEADing the key and expecting a not-found response.
1
deleteObject
DeleteObject
Delete the object from the bucket. S3 responds with 204 No Content on success.
2
confirmGone
HeadObject
HEAD the deleted key. A 404 confirms the object is no longer present.