/storage/file/dzfbM7nXBemERpjTOl0FxGJjPunX6MY4ntaHPDZ3.mp4 code example
Example 1: laravel storage hard link
php artisan storage:link
Example 2: laravel filesystem
$exists = Storage::disk('s3')->exists('file.jpg');
php artisan storage:link
$exists = Storage::disk('s3')->exists('file.jpg');