Configuring the components - Cloud - 8.0

Amazon S3

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Amazon services (Integration) > Amazon S3 components
Data Quality and Preparation > Third-party systems > Amazon services (Integration) > Amazon S3 components
Design and Development > Third-party systems > Amazon services (Integration) > Amazon S3 components
Last publication date
2024-02-20

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.