Here's the TLDR. Create a file to where all the methods will be present. // s3.js import * as AWS from '@aws-sdk/client-s3'; const bucket = process.env.AWS_BUCKET_NAME; const region = process.env.AWS_REGION; const endpoint = process.env.AWS_ENDPOIN...
2 followers
Software engineer with 12 years of experience. I love building SaaS-based products and contributing to open-source software that creates an impact on the lives of the people and developers.