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

fix(core): capture command data for SDK v3 clients #611

Merged
merged 6 commits into from
Sep 18, 2023

Conversation

danno-s
Copy link
Contributor

@danno-s danno-s commented Sep 6, 2023

Issue #, if available: #460

Description of changes:
Changes based on @SergeyPoluektov's PR: #527 since it looks abandoned.

I simply validated their changes, and added the requested unit test to this PR. The test validates that command inputs and outputs get mapped correctly into the generated segments.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e32dd95) 83.38% compared to head (375dba1) 83.38%.

❗ Current head 375dba1 differs from pull request most recent head 6e3ae68. Consider uploading reports for the commit 6e3ae68 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #611   +/-   ##
=======================================
  Coverage   83.38%   83.38%           
=======================================
  Files          37       37           
  Lines        1794     1794           
=======================================
  Hits         1496     1496           
  Misses        298      298           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@carolabadeer carolabadeer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for creating this PR to add onto the implementation in #527! Left a few small comments, but otherwise everything looks good!

packages/core/lib/patchers/aws3_p.ts Outdated Show resolved Hide resolved
packages/core/test/unit/patchers/aws3_p.test.js Outdated Show resolved Hide resolved
packages/core/test/unit/patchers/aws3_p.test.js Outdated Show resolved Hide resolved
packages/core/test/unit/patchers/aws3_p.test.js Outdated Show resolved Hide resolved
packages/core/test/unit/patchers/aws3_p.test.js Outdated Show resolved Hide resolved
Copy link
Contributor

@carolabadeer carolabadeer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks for contributing this change!

@carolabadeer carolabadeer merged commit 5eb97ef into aws:master Sep 18, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants