question

Upvotes
Accepted
37 5 10 17

RTH API: Is that possible to get the AWS pre-signed URL to do resumable download?

Like RDP CFS, can we also get a pre-signed URL of the extracted archive file to support resumable download, via the RTH API?

#technology#producttrth-rest-apiawsdownload-file
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Upvote
Accepted
61.9k 173 45 65

@Frederic

Thanks for reaching out to us.

Yes, it supports the AWS pre-signed URL by setting the x-direct-download HTTP header when downloading an extracted file.

1668676625837.png

The response will contain the AWS pre-signed URL in the Location header.

The AWS pre-signed URL supports range requests. Therefore, the application can use this feature to implement the resumable download feature. For more information regarding range requests, please refer to the following articles:

I hope that this information is of help


1668676625837.png (66.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.