App\Http\Streamers\S3Streamer::stream PHP Метод

stream() публичный Метод

Actually, we only redirect to the S3 object's location.
public stream ( )
    public function stream()
    {
        // Get and redirect to the actual presigned-url
        return redirect($this->song->getObjectStoragePublicUrl());
    }
S3Streamer