Skip to content
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

contrib/aws-sdk-go: add WithErrorCheck for aws sdk (v1 & v2) #1870

Closed
wants to merge 4 commits into from

Conversation

amwill04
Copy link

@amwill04 amwill04 commented Apr 6, 2023

Adds WithErrorCheck option to aws so an error can be determined if it should be marked as an error or not. Been added to both contrib/aws-sdk-go and contrib/aws-sdk-go-v2

Closes #1664. Code is taken from #1315

@amwill04 amwill04 requested a review from a team April 6, 2023 11:32
contrib/aws/aws-sdk-go-v2/aws/aws.go Outdated Show resolved Hide resolved
contrib/aws/aws-sdk-go-v2/aws/aws.go Outdated Show resolved Hide resolved
contrib/aws/aws-sdk-go-v2/aws/aws_test.go Show resolved Hide resolved
contrib/aws/aws-sdk-go/aws/aws_test.go Outdated Show resolved Hide resolved
@katiehockman katiehockman added the apm:ecosystem contrib/* related feature requests or bugs label Nov 20, 2023
@katiehockman
Copy link
Contributor

katiehockman commented Nov 28, 2023

@amwill04 it looks like this has actually already been completed and merged here: #2042 and #1682

When I resolved the merge conflicts, only test changes remained.

Are we good to close this PR then? Thanks for contributing it regardless, and apologies for the delay and back and forth. Glad to see the feature is already supported though 😄

@rarguelloF
Copy link
Contributor

Closing as this has been already implemented in #2042 and #1682.

@rarguelloF rarguelloF closed this Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:ecosystem contrib/* related feature requests or bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

contrib/aws/aws-sdk-go: Add WithErrorCheck option
4 participants