494c494
<   if (preg_match('@^(?:https?://)?([^/]+)@i', $item['storage_file'], $s3_url)) {
---
>   if (strstr($item['storage_file'], $s3_url)) {
497c497
<   if (preg_match('@^(?:https?://)?([^/]+)@i', $item['complete_file'], $s3_url)) {
---
>   if (strstr($item['complete_file'], $s3_url)) {
499a500
> 	
