How to Mock "S3ClientConfiguration" for unit test

900 views Asked by At

have been trying for two days and not finding a solution to mock S3ClientConfiguration for unit test and pass it in S3TransferManager.builder().s3ClientConfiguration(s3ClientConfiguration).build();

is there a way to mock S3ClientConfiguration or S3TransferManager and use it for unit test java?

am using aws-sdk for java 2.x

0

There are 0 answers