livewire-editorjs icon indicating copy to clipboard operation
livewire-editorjs copied to clipboard

S3 support for image uploads?

Open dgillier opened this issue 1 year ago • 1 comments

Hello,

I'm trying to save image to s3. I changed the config files as:

    // Defines on which disk images, uploaded through the editor, should be stored.
    'default_img_upload_disk' => 's3',

    // Defines on which disk images, downloaded by pasting an image url into the editor, should be stored.
    'default_img_download_disk' => 's3',

But when I'm trying to upload, nothing is happening, no js error and no php errors, just the loading turning… Screenshot 2024-02-09 at 09 01 20

Any ideas ? Thanks, Denis

dgillier avatar Feb 09 '24 08:02 dgillier

Files are correctly stored on S3, despite the infinite loop…

dgillier avatar Feb 09 '24 08:02 dgillier