Question: How to get s3 url in Nodejs?
I uploaded a file on s3. Now I want to get the s3 url node.js error of that file in Nodejs. The url should have format "s3://Bucket-name/filename.txt"
i tried s3.getSignedUrl() but it returned a https url.
9codings