fluent-plugin-s3
fluent-plugin-s3 copied to clipboard
Multiple S3 buckets support for input, dynamic bucket names from SQS, and queue url override
Changes made:
- Allowing multiple s3 bucket names in the input s3 plugin and preserving the previous functionality with a single bucket name
- Added dynamic fetching of objects by bucket names returned by SQS. (while checking that the returned bucket name is one of the bucket names that were provided in the s3_buckets and were verified)
- Added queue url to the sqs section in the parameters to override calling get_queue_url in some cases where get_queue_url is not allowed for specific IAM users.
- Changed the default tag to include the bucket name
Fixes #342 : Usually this error is returned when the user doesn't have permission to call get_queue_url
@cosmo0920 Can I get a review? thank you!
This PR has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this PR will be closed in 30 days
This PR has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this PR will be closed in 30 days