PHPTUS - chunked uploads using TUS server on PHP

1-20GB uploads through the browser.
We’d like to move our uploads to nextcloud. We’re using PHPTUS + UPPY and it works great uploading GB files through a browser chunked. The uploads are also resumable.
Just what we need…

If it was AWS, we could just use the “s3:” stream path that the Aws\S3\S3Client::registerStreamWrapper() function enables.
see: https://github.com/ankitpokhrel/tus-php/blob/master/README.md#cloud-providers

Is there a way to us TUS (PHPTUS) with nextcloud the same way? TUS implements the chunking just fine, would love it if it would be possible to use it with nextcloud too.

Anybody with experience like this?