-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[REQ] Support for withAWSV4Signature in Rust Generator #11193
Labels
Comments
Hi! I should be able to suggest a PR soon |
5 tasks
jerome-jutteau
added a commit
to jerome-jutteau/openapi-generator
that referenced
this issue
Feb 23, 2022
…ools#11193) Signed-off-by: Jérôme Jutteau <[email protected]>
jerome-jutteau
added a commit
to jerome-jutteau/openapi-generator
that referenced
this issue
Feb 23, 2022
…penAPITools#11193) Signed-off-by: Jérôme Jutteau <[email protected]>
jerome-jutteau
added a commit
to jerome-jutteau/openapi-generator
that referenced
this issue
Feb 23, 2022
Signed-off-by: Jérôme Jutteau <[email protected]>
wing328
pushed a commit
that referenced
this issue
Mar 1, 2022
* [rust] add support for withAWSV4Signature option in reqwest (#11193) Signed-off-by: Jérôme Jutteau <[email protected]> * [rust] add petstore sample for withAWSV4Signature option for reqwest (#11193) Signed-off-by: Jérôme Jutteau <[email protected]> * [rust] update all samples (#11193) Signed-off-by: Jérôme Jutteau <[email protected]>
I guess that we can close this issue now that support is merged. Feel free to re-open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Describe the solution you'd like
Similarly to Go generator, I would need to add
withAWSV4Signature
option (default=false) in Rust generator.Implementation
I suppose official sdk would be a good starting point.
Adding headers would probably be specific to either hyper or reqwest.
The text was updated successfully, but these errors were encountered: