java.lang.NoClassDefFoundError: software/amazon/awssdk/services/s3/internal/crt/S3CrtAsyncClient #3407
-
Earlier I was using S3TransferManager 2.17.190 but issue with it is that it is not downloading the files from the S3 bucket. I figured that there might be any bug in the old jar so I upgraded to latest version 2.17.267. When I am using this jar I am getting The code that I am using is:
Mine is legacy code so it does not uses pom,xml I manually have to import all the jars. While searching for the above jar I was not able to find any that contains above class. Can you please help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you need to pull in all the TransferManager dependencies manually, take a look at the TransferManager module's pom.xml: https://github.com/aws/aws-sdk-java-v2/blob/master/services-custom/s3-transfer-manager/pom.xml |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
S3CrtAsyncClient
is insoftware.amazon.awssdk:s3
module.If you need to pull in all the TransferManager dependencies manually, take a look at the TransferManager module's pom.xml: https://github.com/aws/aws-sdk-java-v2/blob/master/services-custom/s3-transfer-manager/pom.xml