External Storage: files & dirs created with wrong permissions

Issue resolved in version 25+
Just add to config.php
‘localstorage.umask’ => 002,
it will make new files group writable.