3dwardch3ng/Delete from S3 Action
Delete objects from S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |