deejbee
Results
1
comments of
deejbee
@KidA001 I'm confused with the example you gave: ``` const response = await s3.getObject(params, (err) => { if (err) { // handle errors } }); return response.Body.toString(); // your file...