Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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