Like RDP CFS, can we also get a pre-signed URL of the extracted archive file to support resumable download, via the RTH API?
@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.
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