aws-sdk icon indicating copy to clipboard operation
aws-sdk copied to clipboard

Support for the AWS Common Runtime S3 client

Open avelinsk opened this issue 1 year ago • 0 comments

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.

avelinsk avatar Mar 19 '24 08:03 avelinsk