library · inferred from evidence
aws-sdk-js-v3
The GitHub repository for AWS SDK for JavaScript v3.
- AWS SDK v3: GetObject Body is no longer a string
In SDK v3, convert the Body with the stream helpers instead of calling toString directly: await response.Body.transformToString() for text, transformToByteArray() for bytes, or transformToWebStream() to keep streaming. To save to disk witho