utdal / profiles

A simple CRUD/search profile system for research profiles, providing user-editable information and basic pages to aesthetically promote and highlight researcher activities and achievements.
MIT License
6 stars 0 forks source link

Modify media storage permissions #111

Open wunc opened 1 year ago

wunc commented 1 year ago

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