Unable to use ClientOverrideConfiguration to set SignerOverride. #3303
-
Earlier in version we had As I was able to check now we have ClientOverrideConfiguration to do this but I am unable to figure out how. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Overriding the signer is now a
Note that normally you don't need to override the signer, the default SDK signer should be sufficient for aws operations. And, for future reference, this doc is helpful with migrating from SDK v1 to v2: |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Overriding the signer is now a
SdkAdvancedClientOption
:Note that normally you don't need to override the signer, the default SDK signer should be sufficient for aws operations.
And, for future reference, this doc is helpful with migrating from SDK v1 to v2:
https://github.com/aws/aws-sdk-java-v2/blob/master/docs/LaunchChangelog.md