Active
Project:
Flysystem - S3
Version:
8.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2019 at 13:49 UTC
Updated:
22 Aug 2019 at 19:35 UTC
Jump to comment: Most recent
After update from 8.x-1.0-alpha2 to 8.x-1.0-beta1 images lost correct path and got a broken local path similar to src="/en/_flysystem/s3/styles/my_thumbnail_style/s3/2019-01/123456_0.jpg?itok=123abca" any idea where to look for the cause? Exchanging the new code in S3.php with code from alpha2 does "fix" the issue.
Comments
Comment #2
denisev commentedComment #3
denisev commentedAdding setting 'public' => TRUE, did solve the issue.
Comment #4
rokr9 commentedThanks for posting this. I had the same issue and adding setting 'public' => TRUE resolved it.