|
...
|
...
|
@@ -66,7 +66,7 @@ class AmazonS3Service |
|
|
|
*/
|
|
|
|
public function syncImageFiles($files)
|
|
|
|
{
|
|
|
|
$location = '/tmp'.str_replace_url($files);
|
|
|
|
$location = '/tmp/'.basename($files);
|
|
|
|
$file_link = $this->fetchRemoteImage($files,$location);
|
|
|
|
$key = str_replace_url($files);
|
|
|
|
try {
|
...
|
...
|
|