1

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.

Ivar
  • 6,138
  • 12
  • 49
  • 61
  • [`Storage::disk('s3')->url('image_name');`](https://laravel.com/docs/filesystem#file-urls) – Cy Rossignol Oct 27 '17 at 19:18
  • Thank you, it works, I read the documentation before and i saw this topic but I didn’t pay attention to it. Thank you once again. –  Oct 29 '17 at 15:01

0 Answers0