-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Right now it is necessary to use our own function to convert the stream of the s3 object body to a string:
| const imageBuffer = await streamToString(data.Body); |
There is now an AWS utility as part of the SDK to do this:
aws/aws-sdk-js-v3#1877 (comment)
Or maybe the more up-to-date way to it is this:
aws/aws-sdk-js-v3#1877 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels