Currently I’m using AWS SDK Version 2. I want to migrate it to AWS SDK version 3. I followed the documentation but its not working. There is a problem with getObject(). How to use the v2 commands in v3? Does it require any change?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you upgrade to the AWS SDK for JavaScript V3, you will be using a new API. When using V3 API in your project, do not attempt to use V2 calls. As a result, your code will be inaccurate and may break, as you have seen. You can update your code to use V3 logic and calls.