Monday, March 20, 2017

Dynamically Reading S3 Files with Laravel

I am currently working on a Laravel project connected to an Amazon S3 bucket that contains several image files. I'm trying to make a page that will on page load dynamically generate images based on the files in the bucket. I am hoping for it to reflect when an image is added or removed, either from the page or from the bucket itself.

I have tried to look for answers online, but one consistent piece through each of them is the idea that I have/can access the specific file URL. To my understanding I can't guarantee that I will, though I could easily be wrong.

I can provide more information if needed. Any help or guidance is greatly appreciated.



via Alexander

Advertisement