AWS S3 Storage Provider with Umbraco 12 #343
-
I'm trying to use AWS S3 Storage Provider with Umbraco 12 but it's not working. The images are getting saved locally instead of AWS S3. This is my configuration code, have I missed anything?
|
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Oct 26, 2023
Replies: 1 comment 5 replies
-
Looks to me like you’ve only configured the provider not the cache. https://docs.sixlabors.com/articles/imagesharp.web/gettingstarted.html |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why are you calling
services.AddImageSharp()
twice?I would do 2 things.
Tbh you should be asking all this in the Umbraco forums given that they customise configuration.