Page 1 of 1

Can you cancel tsNet / AWSS3 requests?

Posted: Thu Jul 11, 2019 2:35 am
by Martin Koob
Hi


I am changing from using mergAWSS3 commands to using the new AWSS3 commands in LC 9.0.4.

I have two questions about how tsNet and the new AWSS3 commands work together

1. It seems I need to use tsNetGetStatus to monitor progress on uploads and downloads with AWSS3PutObject and AWSS3GetObject. If I use tsNetGetStatus do I have to call tsNetInit first? Does this just have to be called one time when the application opens or each time tsNetGetStatus is called?

2. In my application I used mergAWSS3Cancel to give the user the option to be able to cancel downloads or uploads that were taking too long or appeared to be stuck. I don’t see an equivalent in the AWSS3 commands nor in the tsNet commands. Is there a way to do this?

Thanks for any help.

Martin Koob