issues
search
maxeckel
/
livewire-editorjs
This Package aims for an easy integration of Editor.JS with Laravel Livewire
MIT License
150
stars
22
forks
source link
Force image uploads to be stored publicly
#43
Open
baoc75
opened
1 year ago
baoc75
commented
1 year ago
The current implementation does not specify the visibility of uploaded files. If the driver was S3 and it was set to private visibility, then the uploaded image will be stored as private.
This PR will force it to store the file publicly.