Hi I am trying to upload dompdf output which is not uploading
I tried
$path = Storage::disk('s3')->put('invoice/invoice-1001aaaaaa.pdf', $pdf->output(), ['visibility' => 'public']);
$url = Storage::disk('s3')->url($path);
in which $path value is showing 1
and also in $url response is coming as
https://s3.ap-south-1.amazonaws.com/mybucket/1
I don’t know what is the issue