laserdisc-io/fs2-aws

Type mismatch when upgrading from 3.0.7 to 3.0.9

gbastkowski opened this issue · 4 comments

Having an S3 client up and running, basically as described in the readme, an upgrade from 3.0.7 to version 3.0.9 leads to the following compile error:

[error]  found   : software.amazon.awssdk.services.s3.S3Client
[error]  required: io.laserdisc.pure.s3.tagless.S3AsyncClientOp[?]
[error]         .eval(S3.create(awsS3SyncClient, blocker))

I will fix the readme

@gbastkowski please check the latest changes in readme plus S3 examples

@semenodm Thanks for updating the readme! It works for me after making this change: S3Interpreter should be Interpreter