S3 is a scalable storage infrastructure from Amazon Web Services (AWS), and provides mechanisms to store and retrieve objects(files) through web services. The article includes steps to: i). Upload file(s) to S3 bucket with api using node.js and koa. ii). Downloading the uploaded files from S3, and archiving it. Prerequisites: …