You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: