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

Denisev created an issue. See original summary.

denisev’s picture

Category: Support request » Bug report
Issue summary: View changes
denisev’s picture

Adding setting 'public' => TRUE, did solve the issue.

rokr9’s picture

Thanks for posting this. I had the same issue and adding setting 'public' => TRUE resolved it.