Describe the issue
The SdkAdvancedClientOption class are still using values with type Signer which has been deprecated according to the documentation.
|
public static final SdkAdvancedClientOption<Signer> SIGNER = new SdkAdvancedClientOption<>(Signer.class); |
Documentation states it has been replaced by HttpSigner, but this is not reflected for the advanced options.
Links
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/signer/Signer.html
Describe the issue
The SdkAdvancedClientOption class are still using values with type Signer which has been deprecated according to the documentation.
aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/client/config/SdkAdvancedClientOption.java
Line 51 in 8836271
Documentation states it has been replaced by HttpSigner, but this is not reflected for the advanced options.
Links
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/signer/Signer.html