actions-marketplace-validations/"Delete S3 Objects" Action for Github Actions

Remove objects from a versioned or unversioned AWS S3 bucket.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 4, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/chadxz_s3-delete-objects-action@f5ac67bb2f25d28f8da8b8882eae662eae86fd6c # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
bucketS3 bucket to remove objects from.yes
prefixUse this input to select only those keys that begin with the specified prefix. If this input is left blank, all objects will be removed from the bucket. no""
allowEmptyPrefixWhen set to false, causes this action to throw an error when the `prefix` is empty. This prevents buckets from being accidentally wiped out if your action is misconfigured. notrue

no outputs