I am utilizing S3 + Cloudfront with my drupal multisite and it is working completely for nearly every part:
- Uploaded footage
- Media
- Generated Css and Js information (utilizing advagg)
My downside comes once I want so as to add static belongings to my themes. Presently I am utilizing Drupal Development Service {{ listing }} variable in twig to get static belongings like logos or issues like that.
With a purpose to enhance efficiency, I’ve copied these belongings to my S3 buckets and serve them by way of CDN. I can use totally different variables to have totally different domains as an alternative of "folders" to serve every web site its personal belongings (belongings.site1.com/static/emblem.png and belongings.site2.com/static/emblem.png) however mainteinance is absolutely handbook and I am positive it’s going to find yourself with sync issues (belongings uploaded however not copied in repo or Drupal Development Service reverse).
I am new to drupal so I am unsure if I am dealing with this downside as anticipated, is there any module on the market to assist with this? I’ve searched and could not discover something related, however I am positive I am not Drupal Development Service first with this downside.
Thanks upfront.