wigertztech/S3 List Object with Tag
An action that searches for objects in a s3 bucket with a specific tag (key/value)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | The AWS region where the S3 bucket resides. | yes | — |
| aws_access_key_id | The AWS access key ID for authentication. | yes | — |
| aws_secret_access_key | The AWS secret access key for authentication. | yes | — |
| bucket_name | The name of the S3 bucket to search within. | yes | — |
| tags | Tags to filter for. Multiline string | yes | — |
Outputs
| name | description |
|---|---|
| objects | JSON list of objects with the specified tag |