I can upload images to amazon S3 buckets with ease, but I want to get the URL for those images. For example https://s3.amazonaws.com/MY-BUCKET/IMAGE_NAME
.
I tried using laravel filesystem for example
$disk = Storage::disk(‘s3’)->get(‘image_name’);
Please correct my question structure so I can learn to ask questions more clearer.