fileupload signed url issue
FileUpload::make('image_url')
->disk('r2')
->directory('products')
->visibility('public')
->image()
->required(),
when i try to access the image, i will have to get signed url but how can this be done using file upload ?
0 Replies