Problem/Motivation
drush cr dies to a azure://css is not a directory. error when serve_js or serve_css flysystem setting is enabled.
Steps to reproduce
Enable serve_js and serve_css settings:
$schemes = [
'azure' => [
'driver' => 'azure',
'config' => [
'name' => 'xxx',
'key' => 'xxx',
'container' => 'xxx',
'endpointSuffix' => 'core.windows.net',
'protocol' => 'https',
],
'cache' => TRUE,
'serve_js' => TRUE,
'serve_css' => TRUE,
],
];
$settings['flysystem'] = $schemes;
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3228012-1.patch | 1.49 KB | tuutti |
Comments
Comment #2
tuutti commentedComment #3
BryanLund commentedSorry it's taken a while, been quite busy these past few months. Thanks for raising this - it looks good to me - merged in if you're happy to close this? :)
Comment #4
tuutti commentedSeems to work. Thanks.