Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I want to know how we can create folder inside the S3 Bucket using talend.
Exampleource/targetfolder
Source is Bucket name and targetfolder is name of folder
I have to implement this weather it is possible or not?
Thanks in advance.
normally folder will create automatically if You use it as part of name
like
tS3Put - Bucket1/folder/file.txt
folder will be created if not exists
normally folder will create automatically if You use it as part of name
like
tS3Put - Bucket1/folder/file.txt
folder will be created if not exists
Thanks sir ,
Your Solution Worked for me