S3.GetObject no longer returns the result as a string · Issue #1877 · aws/aws-sdk-js-v3

Describe the bug I'm using the GetObjectCommand with an S3Client to pull a file down from S3. In v2 of the SDK I can write response.Body.toString('utf-8') to turn the response into a string. In v3 ...