Is there a way to do multi-page downloads using the AmazonS3 TransferUtility class, and also be able to resume if the download fails.
No, this is not possible using this class.
You need to do this manually using lower level classes, and handle part numbers and ETags in the data structure (persistent).
Source: https://habr.com/ru/post/1344940/More articles:Detect end of executionSelectorInBackground: withObject: - multithreadingSerializing a SOAPClient PHP Object - soapjquery.stop () doesn't work - jqueryrewrite htaccess subdomain - .htaccessHow to disable JPA 2 callback methods and object listeners - javaHow to ignore changes in attribute order in a .NET DataSet (XSD) definition when using SVN? - xmlThe right way to determine if NSView will be - objective-cWhy does FocusManager.GetFocusedElement (this) always return null? - wpfDifferences between OpenCV SURF and OpenSURF? - siftcall Func by reflection - genericsAll Articles