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

Implement TransportRequestPromise, TransportRequestCallback in AWS Signer #823

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

u873838
Copy link
Contributor

@u873838 u873838 commented Jul 22, 2024

Description

It was previously not possible to abort a request that used the AWS SigV4 signer transport.

Issues Resolved

Fixes #819

Check List

  • New functionality includes testing.
    • All tests pass
  • Linter check was successfull - yarn run lint doesn't show any errors
  • Commits are signed per the DCO using --signoff
  • Changelog was updated.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…gner

It was previously not possible to abort a request that used the AWS SigV4
signer transport.

Fixes #819

Signed-off-by: Tim Cooper <tim.cooper@layeh.com>
@dblock
Copy link
Member

dblock commented Jul 22, 2024

This looks good! Leaving to @nhtruong to do a thorough CR. In the meantime, maybe document this feature in a user guide?

@nhtruong
Copy link
Collaborator

From what described in #819, this feature is expected/the-norm so we don't need to update the doc IMO.

@nhtruong nhtruong merged commit aba5fda into opensearch-project:main Jul 22, 2024
69 of 71 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.

[BUG] AWS SIGv4 signer does not fully implement TransportRequestPromise
3 participants