if ($component->getVisibility() === 'private') { try { $url = $storage->temporaryUrl( $file, now()->addMinutes(5), ); } catch (Throwable $exception) { // This driver does not support creating temporary URLs. } } $url ??= $storage->url($file);