I am using this S3 provider on a site (https://github.com/ElijahGlover/Umbraco-S3-Provider) which I recently upgraded to Umbraco 7.5.3.
Since the upgrade, media requests for NON image files are throwing a 404. I have setup fiddler and can see image requests being served from the S3 bucket, but requests for PDFs, DOCs etc are not attempting to get from S3. If I manually place the files in the physical media directory, then it works ok, so IIS must be throwing the 404.
As far as I can tell I have configured everything as per the documentation, I have tried re-installing the package, as well as the image processer web config package, but no joy.
Anyone experienced anything similar, I am pulling my hair out and don't know if it's the package is incompatible with 7.5.3, or something in the config has been overwritten during the upgrade (i've compared with backup and nothing obvious)
I am at the point where I am considering ditching the package and having the media physically on the web server, which I really want to avoid if possible!!
I'm getting this issue as well, as far as I can tell the images themselves are throwing a 404 when navigating to them directly. However if you navigate to them through the Image Processor then they render correctly.
Thanks,
Andy
Long time no see, I am working on the same thing now and have a similar issue, I have my media uploading to S3 but my images are not loading on the site or CMS, any ideas?
CMS version 7.7.7
I have installed all the packages and configured as per guidelines on the Github site.
We solved this outside of Our, but for those who are having issues...
We double checked all of the settings and code (all ok) We then used
fiddler (and Wireshark) to investigate the traffic to and from the
application This led us to a permissions issue in AWS Fixing the
permissions solved the problem.
I can't remember off by heart and I no longer work at the same place so can't take a look. However I do remember Umbraco requiring write access to upload items to the media library. I believe we set up private admin access for the site, but don't quote me on that!
Hi guys, Im a few months late into the conversation... I would like to know if somebody has been able to make this work without the need of setting the bucket policy to public read?
S3 Provider - Umbraco 7.5.3
I am using this S3 provider on a site (https://github.com/ElijahGlover/Umbraco-S3-Provider) which I recently upgraded to Umbraco 7.5.3.
Since the upgrade, media requests for NON image files are throwing a 404. I have setup fiddler and can see image requests being served from the S3 bucket, but requests for PDFs, DOCs etc are not attempting to get from S3. If I manually place the files in the physical media directory, then it works ok, so IIS must be throwing the 404.
As far as I can tell I have configured everything as per the documentation, I have tried re-installing the package, as well as the image processer web config package, but no joy.
Anyone experienced anything similar, I am pulling my hair out and don't know if it's the package is incompatible with 7.5.3, or something in the config has been overwritten during the upgrade (i've compared with backup and nothing obvious)
I am at the point where I am considering ditching the package and having the media physically on the web server, which I really want to avoid if possible!!
I'm getting this issue as well, as far as I can tell the images themselves are throwing a 404 when navigating to them directly. However if you navigate to them through the Image Processor then they render correctly. Thanks, Andy
My issue was the upgrade overwriting the global.asax, so the FileSystemVirtualPathProvider wasn't being configured.
If you right click on the global.asax and choose "View Markup", make sure it inherits from your application and not the default Umbraco
Perfect, I've had to migrate from the Hybrid Version so overwrote the global file, forgetting to update the inheritance. Thanks, Andy
Hi Andy (Dobby!) :)
Long time no see, I am working on the same thing now and have a similar issue, I have my media uploading to S3 but my images are not loading on the site or CMS, any ideas?
CMS version 7.7.7 I have installed all the packages and configured as per guidelines on the Github site.
Hi,
We solved this outside of Our, but for those who are having issues...
Hope that helps everyone else, Andy
Hi Andy,
It's been a while since there has been any activity on this item, but I'm having this issue.
All configurations seem to be correct but I'm unable to pull non image assets from S3.
Curious what the config changes are for AWS. I've already got the bucket policy set to public read. So I'm not sure what else it might be.
Hi AK,
I can't remember off by heart and I no longer work at the same place so can't take a look. However I do remember Umbraco requiring write access to upload items to the media library. I believe we set up private admin access for the site, but don't quote me on that!
Hope that helps and have a good weekend,
Andy
Hi guys, Im a few months late into the conversation... I would like to know if somebody has been able to make this work without the need of setting the bucket policy to public read?
is working on a reply...