Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to use ts3list by giving same bucket name and two key prefix.For Example:
Bucket Key Prefix
"ABC" "1234/"
"ABC" "6789/"
I can use one Key prefix by giving ((String)globalMap.get("tS3List_1_CURRENT_KEY")) But how to use other Key Prefix?
Regards,
Mohit
What are you trying to do after the tS3list? Iterate through some processing logic or go straight to a flow and print a list of contents in the bucket?
For example if I want to print a list of the bucket contents, I create an iterate link to a tIterateToFlow component and then map the CURRENT_KEY to variable 'k'. This then loops through the 2 keys in that have been declared in tS3list within the same bucket and prints them as 2 rows of data.
What are you trying to do after the tS3list? Iterate through some processing logic or go straight to a flow and print a list of contents in the bucket?
For example if I want to print a list of the bucket contents, I create an iterate link to a tIterateToFlow component and then map the CURRENT_KEY to variable 'k'. This then loops through the 2 keys in that have been declared in tS3list within the same bucket and prints them as 2 rows of data.