|
...
|
...
|
@@ -66,6 +66,7 @@ class AmazonS3Service |
|
|
|
*/
|
|
|
|
public function syncImageFiles($files)
|
|
|
|
{
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($files, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$key = str_replace_url($files);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($key, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
try {
|
...
|
...
|
|