[REQ] Support for withAWSV4Signature in Rust Generator
Created by: jerome-jutteau
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.