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

Multiple S3 buckets support for input, dynamic bucket names from SQS, and queue url override #364

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 15, 2020

  1. Added bucket name to object returned by sqs poller in the unit tests

    Fixed wrong variable name in the input plugin
    
    Signed-off-by: abdullahzen <[email protected]>
    abdullahzen committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    544ddfd View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Allowing multiple s3 bucket names in the input s3 plugin

    Added queue url to sqs section to override calling get_queue_url
    
    Changed the default tag to include the bucket name
    
    Signed-off-by: abdullahzen <[email protected]>
    abdullahzen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    5cd9607 View commit details
    Browse the repository at this point in the history
  2. Updated the input s3 plugin unit tests to reflect the new changes to …

    …test multiple s3 bucket names and queue url override for sqs
    
    Signed-off-by: abdullahzen <[email protected]>
    abdullahzen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    54e7b79 View commit details
    Browse the repository at this point in the history