Olivier L Applin
Olivier L Applin
Enable Transfer Manager to work with `MultipartS3AsyncClient` while `MultipartS3AsyncClient` still throws an exception for multipart download. This will allow Transfer manager to perform get object request, but as a single...
Also fix last comments on PR #4826. MultipartDownloaderSubscriber receives the `AsyncResponseTransformer` published by `SplittingTransformer` and performs the get-object requests for the individual parts of the s3 object. `MultipartDownloaderSubscriberWiremockTest` currently only...
It is useless to register interfaces for Kryo, because it is the concrete class that needs to be serialized to transfer over network. Also, there is no easy way to...
Multipart download for S3AsyncClient and Transfer Manager
fixes [issue 2300](https://github.com/aws/aws-sdk-java-v2/issues/2300) Allow ResponseBody.toFile option to override file by passing StandardCopyOptions.