Amazon S3 · Arazzo Workflow
Amazon S3 List and Batch Delete Objects
Version 1.0.0
List objects under a prefix then delete a batch of keys in one request.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
list-and-batch-delete
List objects under a prefix then batch-delete a supplied set of keys.
Discovers objects under a prefix with ListObjectsV2 and removes a supplied set of keys with a single DeleteObjects request.
1
listObjects
ListObjectsV2
List the objects under the prefix so the caller can see what is about to be removed.
2
batchDelete
DeleteObjects
Delete the supplied set of keys in a single DeleteObjects request, using quiet mode so only errors are returned.