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