- 🇮🇳India JaydipJD surat
Modified patch to add Drupal 10 support.
core_version_requirement: ^8.8 || ^9 modified to core_version_requirement: ^9.5 || ^10
I had problems with my CSS and JS aggregated files being stored and served from S3, because it was more difficult to serve them compressed. I know that it could be possible to play with S3 metadata, but this is my quick and easy approach:
I've created a module that replaces asset.css.dumper and asset.js.dumper services, making them to use a new custom Dumper class using a custom stream which is indeed the real core PublicStream.
It could be interesting adding it as a s3fs submodule, or make its funcionality part of some already existing.
Hope it helps!
Closed: won't fix
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Modified patch to add Drupal 10 support.
core_version_requirement: ^8.8 || ^9 modified to core_version_requirement: ^9.5 || ^10