I have a bucket. Bucket has files. I have a function that uploads files to buckets.
I need to return the public URL for the files in the bucket, so when it displays on my UI, I can click and download the file directly.
I can do that on either aws-sdk or s3cmd, whichever is possible.
Bucket is already public. API is written in Typescript.
Thanks in advance!