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.
Hi!
Describe the solution you'd like
Similarly to Go generator, I would need to add
withAWSV4Signatureoption (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.