Skip to content

Commit

Permalink
Correct the javadoc for the main class (#4915)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue authored Feb 10, 2024
1 parent 2c3be80 commit dbe4c47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit dbe4c47

Please sign in to comment.