DannerrQ / Umbraco-S3-Provider

Amazon Web Services S3 IFileSystem provider for Umbraco
13 stars 13 forks source link

Update docs to get imgprocessor to work #12

Open jemayn opened 3 years ago

jemayn commented 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 🙂