We have connectivity issues during data transfer, using the standard S3AsyncClient. From the documentation:
The AWS CRT-based S3 client improves transfer reliability in case there is a network failure. Reliability is improved by retrying individual failed parts of a file transfer without restarting the transfer from the beginning.
Please, add support for software.amazon.awssdk.services.s3.internal.crt.S3CrtAsyncHttpClient
Documentation https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/crt-based-s3-client.html
We have connectivity issues during data transfer, using the standard S3AsyncClient. From the documentation:
The AWS CRT-based S3 client improves transfer reliability in case there is a network failure. Reliability is improved by retrying individual failed parts of a file transfer without restarting the transfer from the beginning.