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
0 Replies