Skip to content

Commit 4d0eafc

Browse files
authored
docs: clarify lib-storage name change between v2 and v3 (#6023)
1 parent 606aa22 commit 4d0eafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Retrieves credentials from STS web identity federation support.
437437

438438
## S3 Multipart Upload
439439

440-
In v2, the S3 client contains an [`upload()`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property)
440+
In v2, the S3 client has the `ManagedUpload` class that contains an [`upload()`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property)
441441
operation that supports uploading large objects with [multipart upload feature offered by S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html).
442442

443443
In v3, [`@aws-sdk/lib-storage` package](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage) is available.

0 commit comments

Comments
 (0)