moemen
moemen
TTCTheo's Typesafe Cult
Created by moemen on 10/30/2024 in #questions
Using getSignedURL function
#questions #uploadthin Hello I Wanna ask about getSignedURL method, doesn't work like presigned URL in aws ? This function takes a key (image unique key) as first argument but I'm not understanding how should I pass a key for the image that hasn't uploaded yet, that key will be returned only after uploading that file, In addition after uploading an image from the dashboard directly and using the key of the image the getSignedURL function will return the image URL but inside an object with URL . I'm working with nestjs microservices and I'm trying to get a presigned URL so that I can return it to back to Frontend and user can upload the image to that URL directly
2 replies