Skip to content

Conversation

@Tieske
Copy link
Contributor

@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

@github-actions
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
Contributor 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
Contributor 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
@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.

4 participants