App\Http\Streamers\S3Streamer::stream PHP Method

stream() public method

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