Skip to content

Commit

Permalink
docs: clarify lib-storage name change between v2 and v3 (#6023)
Browse files Browse the repository at this point in the history
  • Loading branch information
RanVaknin authored May 2, 2024
1 parent 606aa22 commit 4d0eafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Retrieves credentials from STS web identity federation support.

## S3 Multipart Upload

In v2, the S3 client contains an [`upload()`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property)
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)
operation that supports uploading large objects with [multipart upload feature offered by S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html).

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

0 comments on commit 4d0eafc

Please sign in to comment.