Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I am writing a Talend job to read a file from shared folder and upload it to AWS S3. I have created a job but couldnt figure it out the properties in tS3Put.
I have seen few post before and use following tFileList --> iterator --> tS3Put.
I couldnt figure it out the use of File or Stream Properties as I want to use tFileList to access files from shared folder.
Also I need a dynamic path on S3 folder for the files to upload. eg: it should be based on some reference number. How can I define path based on some variable?
Hi,
I am able to upload the files, but I need a folder to create in side bucket based on some reference number. Currently it is hardcoded. "bucket/TestAWS".
Also After upload I need a link of uploaded file and send to Rest API. How to get the file link from S3?
Thanks,
Zain