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
The Spatie laravel medialibrary (or maybe the underlying flysystem) seems to not take into account the server filesystem umask/acls and setguid when storing files and creating directories and conversions. The files are set to publicly visible, but we should see if we can specify group rw permissions and setguid.
The Spatie laravel medialibrary (or maybe the underlying flysystem) seems to not take into account the server filesystem umask/acls and setguid when storing files and creating directories and conversions. The files are set to publicly visible, but we should see if we can specify group rw permissions and setguid.
See PROFILES-5M and https://laravel.com/docs/9.x/filesystem#local-files-and-visibility
The text was updated successfully, but these errors were encountered: