cloudposse / terraform-aws-s3-bucket

Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
https://cloudposse.com/accelerate
Apache License 2.0
168 stars 838 forks source link

Missing filter_prefix and filter_suffix options in event notifications config for queues and topics #260

Open vonZeppelin opened 2 weeks ago

vonZeppelin commented 2 weeks ago

Describe the Feature

Similar to lambda functions, queues and topics S3 bucket notifications lists should support specifying filter_prefix and filter_suffix options.

Expected Behavior

It is possible to provide filter_prefix and filter_suffix options for queue_list and topic_list.

Use Case

Filtering S3 events sent to queues and topics.

Describe Ideal Solution

Two new options are added into queue_list and topic_list keys of the event_notification_details variable.

Alternatives Considered

No response

Additional Context

No response

nitrocode commented 2 weeks ago

That should be simple enough to add. Have you considered contributing this change?