You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #7560 Fix file field with remote storage (javiereguiluz)
This PR was squashed before being merged into the 5.x branch.
Discussion
----------
Fix file field with remote storage
Fixes#7558.
Creating our own service tag for this was a mistake, so let's rely on the tag applied by Flysystem.
Commits
-------
25bf3db Fix file field with remote storage
thrownew \LogicException(sprintf('Unable to generate the public URL for the file stored in Flysystem for the "%s" field. Either configure the "public_url" option for this storage in your Flysystem configuration, or call setFlysystemUrlPrefix() on this field.', $propertyName), 0, $e);
thrownew \LogicException(sprintf('Unable to generate the public URL for the image stored in Flysystem for the "%s" field. Either configure the "public_url" option for this storage in your Flysystem configuration, or call setFlysystemUrlPrefix() on this field.', $propertyName), 0, $e);
0 commit comments