Skip to content

Commit

Permalink
Fix CRT S3 Client dependency in S3 doc (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb authored Nov 13, 2024
1 parent 927308b commit fbbafd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/s3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Transfer Manager works the best with CRT S3 Client. To auto-configure CRT based
[source,xml]
----
<dependency>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-crt-client</artifactId>
</dependency>
----

Expand Down

0 comments on commit fbbafd2

Please sign in to comment.