We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/signer/Signer.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: