spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.74k stars 1.07k forks source link

Force download from DO spaces not working. #3668

Closed shankhadevpadam closed 2 months ago

shankhadevpadam commented 2 months ago

I have configured digital ocean spaces for the media library. It's worked fine. But force download in not working.

public function download(Media $item)
{
    return response()->download($item->getPath(), $item->file_name);
}

It's return

Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException

it returns a path like this

media/9776/PXL_20240704_040827266.jpg