-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
enhancement(aws_s3 source): Logs processed S3 objects #22083
Merged
pront
merged 9 commits into
vectordotdev:master
from
fdamstra:feature/21128/log_aws_s3_files_processed
Jan 10, 2025
+49
−5
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
eefd0b1
`aws_s3` source now logs the S3 objects that were processed
fdamstra 6182fd3
Adds changelog note
fdamstra 7928d49
Fixes naming of aws_s3 logging changelog entry
fdamstra 02191b5
Rephrased changelog
fdamstra 6d80297
Rephrased changelog
fdamstra c15fc62
Removes redundant error messages; Adds useful information to acknowle…
fdamstra 5fe0e57
Rephrased to make it clearer what was delivered
fdamstra 267bfa8
Outputs bucket and s3 during errors
fdamstra 1f30dec
Added missing '.'
fdamstra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
`aws_s3` source now logs when S3 objects are fetched. If ACKs are enabled, it also logs on delivery. | ||
|
||
authors: fdamstra |
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks much better now. You can also use these fields in
#[snafu(display...
likeUnsupportedS3EventVersion
does above.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much. I've incorporated these into the snafu string.
I appreciate all the handholding you've been providing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
If all checks pass, this will be added to the merge queue.