Skip to content Skip to sidebar Skip to footer
Showing posts with the label Aws Sdk Nodejs

How To Download A File From Amazon S3 Bucket In Node.js Synchronously

I have to download multiple files from S3 bucket using node.js. For that I have to write a for loop… Read more How To Download A File From Amazon S3 Bucket In Node.js Synchronously

How To Mock S3 With Jest?

I am tryng to code a test for upload. But i am not understating how to properly use jest.mock('… Read more How To Mock S3 With Jest?