Install
Works with Drupal: ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
20.17 KB
MD5: 1cddde59999d1c61a8c972fb5d844093
SHA-1: 1b795b2aa414e9bb7a2d95af73cc75a08182e50a
SHA-256: c5297e1b54a2a707bc5932b8243c24b4b5211d8ff056d3893daa0bd68d47cf4b
Download zip
28.97 KB
MD5: ebed664a82b22946f1c4fe72ea99a346
SHA-1: b64aff8912492916363edd785715bba2a3332953
SHA-256: 8f3cbfaabf50b3dd4d7b53fab900f63946da7e21137435f031a5020f5337a2b1
Release notes
This release fixes an issue with broken PHP streams: #3172969: file stat/size/download broken with flysystem-aws-s3-v3:1.0.28+
And also includes two fixes related to CORS upload functionally:
- #3248466: Duplicate file entities when uploaded through CORS [DATA LOSS]
- #3219524: CORS upload functionality doesn't work with Claro theme
The update will effect anyone using:
'public' => FALSE
(Or no setting for public, as FALSE is the default).
And...
'cors' => TRUE,
.
Please ensure you test this functionality when updating the module.