Ipicon
Ipicon
TTCTheo's Typesafe Cult
Created by Ipicon on 12/6/2023 in #questions
handling s3 equal file names like uploadthing does
when using s3, you can't have the same file name without versioning. this means instead of directly refrencing my bucket files in <a /> tag i have to refrence my server, which does a get command with the correct versionId and buffering it to the client. I'm intereseted in understanding how uploadthing handles it especially because it uses presigned url
2 replies