Skip to content
Draft
1 change: 1 addition & 0 deletions changelog.d/aws_s3_error_logging.enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved AWS S3 source error logging and diagnostics. S3 GetObject failures now include AWS error codes, HTTP status, and actionable remediation guidance. Failed messages are never deleted on S3 errors — they remain in SQS for retry or dead-letter queue processing. The `delete_failed_message` option only applies to sink rejections. Backoff retry logging promoted from `trace!` to `warn!`, and startup diagnostic logging now includes `client_concurrency`, `compression`, `multiline`, `delete_failed_message`, and `acknowledgements`.

Check warning on line 1 in changelog.d/aws_s3_error_logging.enhancement.md

View workflow job for this annotation

GitHub Actions / Check Spelling

Skipping `changelog.d/aws_s3_error_logging.enhancement.md` because file is a single line file. (single-line-file)
Loading
Loading