I basically need to call config.withSignerOverride("S3SignerType") on the generated ClientConfiguration. I ended up bringing in your project to accomplish it for now.
If there was a way to specify the SignerOverride or even just the whole ClientConfiguration that would be helpful.
I basically need to call
config.withSignerOverride("S3SignerType")
on the generated ClientConfiguration. I ended up bringing in your project to accomplish it for now.If there was a way to specify the
SignerOverride
or even just the whole ClientConfiguration that would be helpful.