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(request): unspecified location goes in body, also for blob #120

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Jun 14, 2024

previously a "blob" type without location given would be added as a nested data element which was incorrect.

fixes #58

Copy link

github-actions bot commented Jun 14, 2024

Luacheck Report

2 tests   2 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit b07928d.

♻️ This comment has been updated with latest results.

Copy link
Member Author

@Tieske Tieske left a comment

Choose a reason for hiding this comment

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

needs a changelog entry

@Tieske Tieske force-pushed the fix/request-blob-body branch from 086c928 to 19b5a86 Compare June 14, 2024 10:41
@Tieske
Copy link
Member Author

Tieske commented Jun 14, 2024

changelog entry added

previously a "blob" type without location given would be added as a nested data element which was incorrect.
@Tieske Tieske force-pushed the fix/request-blob-body branch from 19b5a86 to 1ffb854 Compare June 17, 2024 07:21
@Tieske Tieske requested a review from windmgc June 17, 2024 07:24
@windmgc
Copy link
Member

windmgc commented Jun 17, 2024

Could you add a test for it?

outsinre
outsinre previously approved these changes Jun 17, 2024
@windmgc windmgc merged commit 44b35eb into main Jun 17, 2024
9 checks passed
@windmgc windmgc deleted the fix/request-blob-body branch June 17, 2024 13:58
windmgc added a commit that referenced this pull request Aug 2, 2024
This is a follow-up fix for #120 .

The PR modifies the request build again with the following changes: when the payload field is specified inside the input schema, the request body will be built based on the parameter that specified by the payload field.

This behavior imitates the behavior defined in aws-sdk-js: https://github.com/aws/aws-sdk-js/blob/02153340ce052614c5437fe46ab1f49bfd8483f7/lib/protocol/rest_json.js#L24-L41
as well as https://github.com/aws/aws-sdk-js/blob/02153340ce052614c5437fe46ab1f49bfd8483f7/lib/protocol/rest_xml.js#L10-L26

FTI-6138
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.

Error when issuing a KMS sign request.
3 participants