adam-werner / Our.Umbraco.StorageProviders.AWSS3

An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to an AWS S3 Storage bucket featuring middleware serving up media files from the `/media` path and ImageSharp image provider/cache.
MIT License
17 stars 10 forks source link

MissingMethodException: Method not found: 'Void SixLabors.ImageSharp.Web.Resolvers.AWS.AWSS3StorageImageResolver..ctor(Amazon.S3.IAmazonS3, System.String, System.String)'' #22

Open bo11zhou opened 3 months ago

bo11zhou commented 3 months ago

Umbraco version 13.4.0 Error: Images List cannot display in the Media Windows. The Exception is: MissingMethodException: Method not found: 'Void SixLabors.ImageSharp.Web.Resolvers.AWS.AWSS3StorageImageResolver..ctor(Amazon.S3.IAmazonS3, System.String, System.String)''

image

image

jade-abc commented 2 months ago

Hi, I have created a pull request that fixes this. Hopefully it is merged, in the meantime you can copy https://github.com/jade-abc/Our.Umbraco.StorageProviders.AWSS3/tree/UPDATE/src/Our.Umbraco.StorageProviders.AWSS3 folder into your project (minus the csproj file) and either update the namespaces or remove the package reference from your own csproj file and it should work.