@include('storage/info-file-info', [
'uploaded' => 1,
'bucket' => $bucket,
'postId' => $postId,
'key' => $key,
'privacy' => $privacy,
'cacheControl' => $cacheControl,
'expires' => $expires,
'url' => $url,
'publicUrl' => $publicUrl,
'width' => $width,
'height' => $height,
'driverName' => $driverName,
'bucketLink' => $bucketLink,
'pathLink' => $pathLink,
'readOnly' => $readOnly,
'optimization' => isset($optimization) ? $optimization : false,
'isSize' => false,
'topLevel' => true,
'imgixEnabled' => $imgixEnabled
])
@foreach($sizes as $key => $size)
@include('storage/info-file-info', $size)
@endforeach
@if (!$imgixEnabled && $enabled)
@endif