go-to-k/cls3-action
Run cls3 in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket-name | Names of one or multiple buckets you want to delete (comma separated) | no | — |
| force | ForceMode (Delete the bucket together) | no | false |
| quiet | Hide live display of number of deletions (default: true in GitHub Actions ONLY.) | no | true |
| old-versions-only | Delete old version objects only (including all delete-markers) | no | false |
| directory-buckets-mode | Clear Directory Buckets for S3 Express One Zone | no | false |
| table-buckets-mode | Clear Table Buckets for S3 Tables | no | false |
| vector-buckets-mode | Clear Vector Buckets for S3 Vectors | no | false |
| region | AWS Region | no | us-east-1 |
| endpoint-url | Custom endpoint URL | no | "" |
| path-style | Use path-style URL addressing (e.g., https://endpoint.com/bucket) instead of virtual-hosted-style (e.g., https://bucket.endpoint.com) | no | false |
| concurrent-mode | Delete multiple buckets in parallel | no | false |
| concurrency-number | Specify the number of parallel deletions (requires concurrent-mode to be true) | no | "" |
| key-prefix | Key prefix of the objects to be deleted. | no | "" |
Outputs
no outputs