but make sure to run the website in DEBUG mode, because we had some caching issues that were solved by running the website on the debug mode .
And If am not mistaken, we did not use the image processor, because we didn't need it and because it slows the process of retrieving images for the time.
I've managed to get it working, now, except for the imageprocessor. With regards to the virtual path provider, I just get an error on startup, if I turn it off. DO you also use Umbraco Forms? The error seems to be with that...
I wonder how you managed to get it all working in the end.
Thank you!
How to change media directory in Umbraco 8.5 project to S3 bucket
Anyone knows how to integrate Umbraco 8.5 project with S3 bucket, so media will be published to that bucket?
I tried to install this package Umbraco8 Simple AWS S3 on a fresh Umbraco 8.5
but the installation process didn't complete
Solved by using this awesome package:
Umbraco S3 Provider
Hi Saif,
Could you help me with some details? I can't get this to work.
What are you S3 permissions?
Do you use Image processor- does that work? What are your security.config entries?
Thank you! Gabor
Hi Gabor, All configuration in our website was taken from the docs of this package: https://github.com/DannerrQ/Umbraco-S3-Provider
but make sure to run the website in DEBUG mode, because we had some caching issues that were solved by running the website on the debug mode .
And If am not mistaken, we did not use the image processor, because we didn't need it and because it slows the process of retrieving images for the time.
And also we didn't use virtual path provider, because there were some performance issue. you can see the comparison here : https://github.com/DannerrQ/Umbraco-S3-Provider/issues/3
Thanks Saif,
I've managed to get it working, now, except for the imageprocessor. With regards to the virtual path provider, I just get an error on startup, if I turn it off. DO you also use Umbraco Forms? The error seems to be with that...
I wonder how you managed to get it all working in the end. Thank you!
is working on a reply...