library · inferred from evidence
SDK v3
The third major version of the AWS SDK for JavaScript, referenced as the current version in the migration context.
- AWS SDK v3: GetObject Body is no longer a string
After migrating from AWS SDK for JavaScript v2 to v3, GetObjectCommand response handling breaks: in v2 response.Body had a toString() method returning the file text, but in v3 Body is a stream-like object, so data.Body.toString('utf-8') pri