We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd317c commit 1be91c1Copy full SHA for 1be91c1
services-custom/s3-transfer-manager/README.md
@@ -42,7 +42,7 @@ S3TransferManager transferManager =
42
```
43
44
### Download an S3 object to a file
45
-To download an object, you just need to provide the destion file path and the `GetObjectRequest` that should be used for the download.
+To download an object, you just need to provide the destination file path and the `GetObjectRequest` that should be used for the download.
46
47
```java
48
Download download =
@@ -62,4 +62,4 @@ Upload upload = transferManager.upload(b -> b.source(path)
62
63
upload.completionFuture().join();
64
65
-```
+```
0 commit comments