You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protocols that support HTTP binding can only stream a blob if it is the payload
of the request or response. The streaming trait validator will now fail models
where a service ultimately references a streaming blob and the member is not
marked as @httpPayload.
Fixessmithy-lang#1075
Protocols that support HTTP binding can only stream a blob if it is the payload
of the request or response. The streaming trait validator will now fail models
where a service ultimately references a streaming blob and the member is not
marked as @httpPayload.
Fixes#1075
This model is accepted by Smithy:
Smithy should reject this model and enforce the rule "streaming must be paired with
httpPayload
in protocols that use HTTP binding traits".This example is featured in the docs, which would need to be updated.
The text was updated successfully, but these errors were encountered: