Skip to content

Commit 8b05bdd

Browse files
docs(lib-storage): add "js" syntax highlighting to code block (#2482)
1 parent 19bd800 commit 8b05bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/lib-storage/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Upload allows for easy and efficient uploading of buffers, blobs, or streams, using a configurable amount of concurrency to perform multipart uploads where possible. This abstraction enables uploading large files or streams of unknown size due to the use of multipart uploads under the hood.
99

10-
```
10+
```js
1111
import { Upload } from "@aws-sdk/lib-storage";
1212
import { S3Client, S3 } from "@aws-sdk/client-s3";
1313

0 commit comments

Comments
 (0)