- 🇨🇭Switzerland berdir Switzerland
📌 Use core file sanitization Needs review deprecates this functionality and instead allows to rely on the Drupal core 10.2 file transliteration settings which is more flexible and extensible.
While working with flysystem with flysystem_aliyun_oss, found that the special character %
is not being transliterated when filename_transliteration is set to false
in config dropzonejs.settings
. So that such files have not been uploaded to Aliyun OSS (an Amazon S3-like service) bucket
Allow removing special characters like %
from filename.
Closed: duplicate
2.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
📌 Use core file sanitization Needs review deprecates this functionality and instead allows to rely on the Drupal core 10.2 file transliteration settings which is more flexible and extensible.