chadxz/"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
- Stale
- License
- None
- Runtime
- Deprecated runtime
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