OptionS3_NETTY_CLIENT
Description Sets the Netty client as the default for S3 bucket storage.
Introduced Version1.190.0
Defaulttrue

This enables the AWS Netty client as the default HTTP client for S3 Bucket operations, replacing the PekkoHttpClient. The AWS Netty client (based on the Netty project) is the default HTTP client for asynchronous operations in AWS SDK v2. It is possible to fall back to PekkoHttpClient by setting the value to false and restarting the cluster.