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
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