From 96f77bbd1db5ecd5f4e98505224bae88c882afc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Sugawara=20=28=E2=88=A9=EF=BD=80-=C2=B4=29?= =?UTF-8?q?=E2=8A=83=E2=94=81=E7=82=8E=E7=82=8E=E7=82=8E=E7=82=8E=E7=82=8E?= Date: Fri, 9 Feb 2024 15:06:41 -0800 Subject: [PATCH] Correct the javadoc for the main class --- .../internal/plugins/S3OverrideAuthSchemePropertiesPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/plugins/S3OverrideAuthSchemePropertiesPlugin.java b/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/plugins/S3OverrideAuthSchemePropertiesPlugin.java index ef05dc51df4e..3f5e40d7a25e 100644 --- a/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/plugins/S3OverrideAuthSchemePropertiesPlugin.java +++ b/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/plugins/S3OverrideAuthSchemePropertiesPlugin.java @@ -37,7 +37,7 @@ /** * Plugin that allows override of signer and identity properties on the selected auth scheme options. The class offers static * methods to create plugins for common cases such as enable payload signing by default. For instance, if you want - * to unconditionally disable chunk-encoding across the board you can create the S3 client, e.g., + * to unconditionally enable payload signing across the board you can create the S3 client, e.g., * * {@snippet * S3AsyncClient s3 = S3AsyncClient.builder()