Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
By default imagecache_external tries to induce image extension through image path. In some scenarios its not possible to get that information from image path. So an additional hook is needed after the image has being requested.
Other module will use the content-type information found in response headers to decide how to alter the extension.
I am running the Image Cache Tokens module to generate tokens for each image style. With the storage API enabled it is instead of generating my Cloudfront URL's it's showing my internal Storage API URL's
When you update an image style, you need to clear your browser cache in order to see the updated image style take effect. There may be cases that you need to update the image ASAP and you can't rely on users clearing their browser cache.
Modules and versions:
Drupal 7.31
AmazonS3 7.x-1.0
AWS SDK for PHP 7.x-5.4
awsdsk php library release 1.5.17.1
Video 7.x-2.10
The image style for the video thumbnails works but if I try to edit the style or flush the image cache using drush the system just hangs. Eventually it will time out. This operation touches many modules and core itself so this may or may not belong here. Please let me know if I should post it elsewhere.