A module that uses the content-services module for mapping Files and/or theme content from the CMS to compatible CDNs.
A module that allows the assets for a theme to be stored on a CDN
Provides a few CDN related pieces of functionality
File:
extensions:
- CDNFile
Folder:
extensions:
- CDNFolder
# If using the Versioned Files module
FileVersion:
extensions:
- CDNFile
ContentService:
constructor:
defaultStore: S3DevBucket
properties:
stores:
FileCDN:
ContentReader: FileContentReader
ContentWriter: FileContentWriter
Note: In this case, ContentReader and ContentWriter should be the names of other
items configured in the injector - the default contentservices.yml
defines the above ones as
---
Name: contentservices
---
Injector:
FileContentReader:
type: prototype
properties:
basePath: mycontent
FileContentWriter:
type: prototype
properties:
basePath: mycontent
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem