Skip to main content Skip to complementary content

Listing all files in the three buckets

Procedure

  1. Double-click the tGSList component to open its Basic settings view in the Component tab.
  2. Select the Use an existing connection check box and then select the connection you have configured earlier.
  3. Select the List objects in bucket list check box. In the Bucket table, enter the name of the three buckets in the Bucket name column, bighouse, study_room, and bed_room.
  4. Double-click the tIterateToFlow component to open its Basic settings view in the Component tab.
  5. Click Edit schema to define the data to pass on to tLogRow.
    In this example, add two columns bucketName and key, and set their types to Object.
  6. The Mapping table will be populated with the defined columns automatically.
    In the Value column, enter globalMap.get("tGSList_2_CURRENT_BUCKET") for the bucketName column and globalMap.get("tGSList_2_CURRENT_KEY") for the key column. You can also press Ctrl + Space and then choose the appopriate variable.
  7. Double-click the tLogRow component to open its Basic settings view in the Component tab.
  8. Select Table (print values in cells of a table) for a better view of the results.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!