-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(source-aws): prevent s3 client from being logged when errors are …
…thrown (#1475) ### Motivation The `source` object is thrown when errors happen such as when a read fails. If this error is logged then the `soruce.client` is also logged and logging the entire S3 client is huge. ### Modification Prevent the S3 object from being visible for loggers
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
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
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