When uploading files in CKEditor, the url generated in HTML content, will not update dynamic.
When the query params expire, the url return 403 from OSS.
so when the bucket is public, the file url should not to append with auth query string.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 0001-Issues-2993206-fix-public-file-url.patch | 1.14 KB | 司南 |
Comments
Comment #2
jungleYes
Comment #3
司南 commentedcheck FlySystem config before generate the external url.
if the "visibility" setting is public, generate url without auth query params.
Comment #5
司南 commentedThis have merged as a native git push, with new tag in beta2.
https://www.drupal.org/commitlog/commit/97192/eef12474bc08e96f64a313ff82a24093bdd4a91d
This issues could be close now.
Comment #6
司南 commented