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

Upgraded package dependencies to fix missing method exception #23

Open jade-abc opened 2 months ago

jade-abc commented 2 months ago

Upgraded package dependencies to fix "MissingMethodException: Method not found: 'Void SixLabors.ImageSharp.Web.Resolvers.AWS.AWSS3StorageImageResolver..ctor(Amazon.S3.IAmazonS3, System.String, System.String)"

roblsibisworld commented 1 month ago

What is the status of this?

roblsibisworld commented 1 month ago

For me I had to update SixLabors.ImageSharp.Web.Providers.AWS to 3.1.3, in order for it to work.