You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/amazon-s3.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The Quarkus extension supports two programming models:
21
21
* Blocking access using URL Connection HTTP client (by default) or the Apache HTTP Client
22
22
* https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/basics-async.html[Asynchronous programming] based on JDK's `CompletableFuture` objects and the Netty HTTP client.
23
23
24
-
In this guide, we see how you can get your REST services to use the S3 locally and on AWS.
24
+
In this guide, we see how you can get your REST services to use S3 locally and on AWS.
0 commit comments