Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need help to solve my job. Currently I'm running a job which download files and save it into cache using tFileFetch. This files then need to be uploaded to S3 bucket using tS3Put. The problem I'm having is tS3Put does not support ((java.io.InputStream)globalMap.get("tFileFetch_1_INPUT_STREAM")).
File downloaded through tfileFetch cannot be store in local directory and must use the save to cache option.
Currently using Talend 6.5.1.
Thanks
Hi,
tS3Put currently do not support the file transfer by air.
You will have to keep the file copy in local before invoking tS3Put.
Warm Regards,
Nikhil Thampi
Hmm..No one on talend community is able to help me out on this?
Hi,
tS3Put currently do not support the file transfer by air.
You will have to keep the file copy in local before invoking tS3Put.
Warm Regards,
Nikhil Thampi
Is this still not available? Thank you!