imagecache icon indicating copy to clipboard operation
imagecache copied to clipboard

Access image inside s3

Open ecomunicarte opened this issue 7 years ago • 2 comments

Using the package in Laravel, I need to access to images saved inside s3 cloud storage.

After view this, I have supposed that its possible:

#https://github.com/Intervention/imagecache/pull/89

Which new path I have to define inside imagecache.php config file? There, I have an array with my paths. I usually do and works fine:

url('imagec/medium'.$image_path)

I want be able to do the same with s3 images. What should I do?

ecomunicarte avatar Aug 28 '18 07:08 ecomunicarte

@ecomunicarte any solution for that ? I've the same problem.

hotgeart avatar Jun 16 '19 08:06 hotgeart

@ecomunicarte have you found any solution?

fixytech avatar Aug 15 '20 14:08 fixytech