in src/main/java/software/amazon/sns/AmazonSNSExtendedClient.java [38:44]
public AmazonSNSExtendedClient(AmazonSNS snsClient, SNSExtendedClientConfiguration snsExtendedClientConfiguration) {
super(snsClient);
this.snsExtendedClientConfiguration = snsExtendedClientConfiguration;
S3Dao s3Dao = new S3Dao(this.snsExtendedClientConfiguration.getAmazonS3Client());
this.payloadStore = new S3BackedPayloadStore(s3Dao, this.snsExtendedClientConfiguration.getS3BucketName());
}