fix(s3): parse notifications with generated bucket tags#7006
Closed
Dodothereal wants to merge 1 commit into
Closed
fix(s3): parse notifications with generated bucket tags#7006Dodothereal wants to merge 1 commit into
Dodothereal wants to merge 1 commit into
Conversation
Assisted-by: Claude Code Signed-off-by: Dodothereal <129273127+Dodothereal@users.noreply.github.com>
Dodothereal
requested review from
KarstenSchnitter,
Zhangxunmt,
dinujoh,
divbok,
dlvenable,
graytaylor0,
kkondaka,
oeyh,
san81,
sb2k16,
srikanthjg and
srikanthpadakanti
as code owners
July 17, 2026 13:09
Author
|
Hi — withdrawing this PR. It was opened by an automated contribution helper running under my account, and it shouldn't have carried a Signed-off-by trailer: I can't personally certify authorship of an auto-generated change, and it was wrong to imply otherwise. Apologies for the noise, and thanks for your work on the project. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(s3): parse notifications with generated bucket tags
Description
Ignore unrecognized properties on S3 bucket notification entities so SQS-delivered S3 events containing
awsGeneratedTagsare parsed successfully.Issues Resolved
Fixes #7005
Testing
sandbox-run './gradlew :data-prepper-plugins:s3-source:test --tests "org.opensearch.dataprepper.plugins.source.s3.parser.S3EventNotificationParserTest"'JAVA_HOME is not set and no 'java' command could be found in your PATH).git diff --check.Check List
awsGeneratedTags.AI disclosure
This pull request was created through autonomous AI-agent work. @Dodothereal operates, monitors, and is accountable for this work.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.