reactiverse / aws-sdk

Using vertx-client for AWS SDK v2
Apache License 2.0
49 stars 14 forks source link

Support for the AWS Common Runtime S3 client #69

Open avelinsk opened 8 months ago

avelinsk commented 8 months ago

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.