3dwardch3ng/Delete from S3 Action
Delete objects from S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 28, 2025
- License
- MIT
Pinned Snippet
uses: 3dwardch3ng/delete-from-s3-action@88103fb5bfc49222c6297ac78462275fe966c56a # v1.2.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | — | no | — |
| aws_secret_access_key | — | no | — |
| aws_bucket_name | aws bucket name | yes | — |
| aws_bucket_region | aws bucket region | yes | — |
| is_full_match | is full match | no | true |
| is_any_match | is any match | no | false |
| is_prefix_match | is prefix match | no | false |
| is_suffix_match | is suffix match | no | false |
| object_key_to_delete | object key to delete | yes | — |
| dry_run | dry run | no | false |
Outputs
| name | description |
|---|---|
| deleted_objects | The deleted objects |