Skip to main content Skip to complementary content

Configuring the components

Procedure

  1. Double-click tS3Connection to open its Basic settings view.
  2. In the Access Key and Secret Key fields, enter the authentication credentials.
  3. Double-click tS3BucketExist to open its Basic settings view.
  4. Select the Use existing connection check box to reuse the connection.
  5. In the Bucket field, enter the bucket name to check if it exists.
  6. Double-click the If link to define the condition.
  7. In the Condition box, enter the expression:
    !((Boolean)globalMap.get("tS3BucketExist_1_BUCKET_EXIST"))
    This way, the rest of the Job will be executed if the specified bucket does not exist.
  8. Double-click tS3BucketCreate to open its Basic settings view.
    Select the Use existing connection check box to reuse the connection.
    In the Bucket field, enter the bucket name to create.
  9. Double-click tS3BucketList to open its Basic settings view.
    Select the Use existing connection check box to reuse the connection.
  10. Double-click tIterateToFlow to open its Basic settings view.
  11. Click Edit schema to open the schema editor.
    Click the [+] button to add one column, namely bucket_list of the String type.
    Click Ok to validate the setup and close the schema editor.
  12. In the Mapping area, press Ctrl + Space in the Value field to choose the variable tS3BucketList_1_CURRENT_BUCKET_NAME.
  13. Double-click tLogRow to open its Basic settings view.
    Select Table (print values in cells of a table) for a better display 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!