actions-marketplace-validations/"Delete S3 Objects" Action for Github Actions
Remove objects from a versioned or unversioned AWS S3 bucket.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 4, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/chadxz_s3-delete-objects-action@f5ac67bb2f25d28f8da8b8882eae662eae86fd6c # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket | S3 bucket to remove objects from. | yes | — |
| prefix | Use 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 | "" |
| allowEmptyPrefix | When 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. | no | true |
Outputs
no outputs