How to Get Signed S3 Url in AWS-SDK JS Version 3?
I am following the proposed solution by Trivikr for adding support for s3.getSignedUrl api which is not currently available in newer v3. I am trying to make a signed url for getting an object from bucket. Just for convenience, the code is being added below: const { S3, GetObjectCommand } = require("@aws-sdk/client-s3"); // 1.0.0-gamma.2 version const { S3Req