Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to generate a download url after uploading file to amzon s3 from Talend

Hi,

 

I tried using tS3Put componet to upload files to S3. The file is succesfully uploading. I wanted to create download url (object url) of the file uploaded. Is this possible from Talend.

 

Thanks in advance,

Meghana

Labels (3)
1 Reply
vapukov
Master II
Master II

Hi,

 

there is no pre-build component for this, but you can do this at the end of the job with installed SDK

examples:

for command line cli - https://docs.aws.amazon.com/cli/latest/reference/s3/presign.html you must have installed and configured aws cli

 

for Java - https://docs.aws.amazon.com/AmazonS3/latest/dev/ShareObjectPreSignedURLJavaSDK.html you could create a routine right in Talend