Migrating from AWS JavaScript SDK v2 to v3 requires updating import statements, using command-style approach instead of methods, working with promises instead of callbacks, and handling errors differently. It also involves separating S3 multi-part upload functionality into a separate module. Further reading includes articles on
Table of contents
Import and ClientCommands instead of methodsPromiseCallbackError handlingS3 multi-part uploadStreaming S3 resultsSummarySort: