library · inferred from evidence
node:stream
The Node.js stream module used for piping streams.
- 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