How to get the S3 bucket object URL which I uploaded

Hi Team,

I am uploading images to S3 bucket. I want to get the object URL of the uploaded jpg file and pre-populate a field using the same.

Can you help me with this?

Thanks,
Adi

Hi there!

This sounds like a great use case for our S3-Uploader component. You can find our docs on it here! https://retool.com/components/s3-uploader
You would be able to grab the url via the s3Uploader.lastUploadedFileUrl parameter.

1 Like