chadxz/"Delete S3 Objects" Action for Github Actions

Remove objects from a versioned or unversioned AWS S3 bucket.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
bucketS3 bucket to remove objects from.yes
prefixUse 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""
allowEmptyPrefixWhen 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. notrue

no outputs