tus-py-client icon indicating copy to clipboard operation
tus-py-client copied to clipboard

get_url missing in uploader ?

Open salimkanoun opened this issue 8 months ago • 3 comments

Hi there in the uploader class it mention a get_url method to retrieve the uploaded file url `get_url() Return the tus upload url.

If resumability is enabled, this would try to get the url from storage if available, otherwise it would request a new upload url from the tus server.`

But seems to be missing in the code, is it normal ?

The internal property uploader.url is accessible an contains the url, but probably better to access it through a getter

salimkanoun avatar Jun 17 '24 07:06 salimkanoun