Open jemayn opened 3 years ago
Hey @DannerrQ
Been using this package on a recent project and found out that imageprocessor didn't see to work with it.
Using the following versions:
<package id="UmbracoCms" version="8.15.1" targetFramework="net472" /> <package id="Our.Umbraco.FileSystemProviders.S3.Core" version="8.1.0" targetFramework="net472" /> <package id="Our.Umbraco.FileSystemProviders.S3.Media" version="8.1.1" targetFramework="net472" />
When I changed from having /media in the url and adding the specific Container value it started working again, so figured I'd pass along a PR with the change 🙂
/media
Hey @DannerrQ
Been using this package on a recent project and found out that imageprocessor didn't see to work with it.
Using the following versions:
When I changed from having
/media
in the url and adding the specific Container value it started working again, so figured I'd pass along a PR with the change 🙂