library · inferred from evidence
GetObjectCommand
A command in the AWS SDK for JavaScript used to retrieve objects from S3.
- 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