After the AWS SDK for Java version 1.12.661 is upgraded to aws-sdk-java-v2 version 2.33.4, the method to replace the following code is not found. Are there any recommended examples? #6604
Answered
by
davidh44
gxllcl
asked this question in
Migration from v1 to v2
-
Describe the bugpublic AmazonS3 createEncryptionClient() { Regression Issue
Expected Behavioraws-sdk-java-v2 offring the method to replace the above code Current Behaviornull Reproduction Stepsnull Possible SolutionNo response Additional Information/ContextNo response AWS Java SDK version used2.33.4 JDK version usedjava JDK 21 Operating System and versionnull |
Beta Was this translation helpful? Give feedback.
Answered by
davidh44
Dec 1, 2025
Replies: 1 comment
-
|
Hi, for the v2 Java SDK you need to use the newer 3.x version of the S3 Encryption client |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bhoradc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, for the v2 Java SDK you need to use the newer 3.x version of the S3 Encryption client