Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3 suffix filter overlap exception #118

Open
tjbaker opened this issue Dec 15, 2016 · 0 comments
Open

s3 suffix filter overlap exception #118

tjbaker opened this issue Dec 15, 2016 · 0 comments

Comments

@tjbaker
Copy link

tjbaker commented Dec 15, 2016

Using the same key_filter suffix in different notifications throws a suffix filter overlap exception. Why does it matter if the same suffix is specified in more than one notification?

Exception
One or more suffix filters overlap one to each other log, log.

s3:

  elb_s3_integration:
    bucket: the_bucket
    notifications:

      prod_elb_on_create:
        lambda: elb.ELBLogs
        events:
          - "s3:ObjectCreated:*"
        key_filters:
          prefix: PROD
          suffix: log

      stg_elb_on_create:
        lambda: elb.ELBLogs
        events:
          - "s3:ObjectCreated:*"
        key_filters:
          prefix: STG
          suffix: log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant