Hello everyone,
I have a Tus Node server that connects and stores files on S3 Minio. Now I want to customize the file download. Specifically, configure the http-range in the request headers so that the client can download in parts and can continue downloading if an error occurs without having to download from the beginning.
I tried to customize in the onIncomingRequest() function but I don’t know how to call the getObject() function from S3 to implement the above idea. I look forward to receiving everyone’s suggestions and help.
Thank you very much.