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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create folder in S3 bucket using talend

Hi ,

I want to know how we can create folder inside the S3 Bucket using talend.

Example0683p000009M9p6.pngource/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.

 

Labels (2)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

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

 

View solution in original post

2 Replies
vapukov
Master II
Master II

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

 

Anonymous
Not applicable
Author

Thanks sir ,

Your Solution Worked for me