Skip to content

Commit dbe4c47

Browse files
authored
Correct the javadoc for the main class (#4915)
1 parent 2c3be80 commit dbe4c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/plugins/S3OverrideAuthSchemePropertiesPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* Plugin that allows override of signer and identity properties on the selected auth scheme options. The class offers static
3939
* methods to create plugins for common cases such as enable payload signing by default. For instance, if you want
40-
* to unconditionally disable chunk-encoding across the board you can create the S3 client, e.g.,
40+
* to unconditionally enable payload signing across the board you can create the S3 client, e.g.,
4141
*
4242
* {@snippet
4343
* S3AsyncClient s3 = S3AsyncClient.builder()

0 commit comments

Comments
 (0)