Linking 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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
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

Procedure

  1. Drop tS3Connection, tS3BucketExist, tS3BucketCreate, tS3BucketList, tIterateToFlow and tLogRow onto the workspace.
  2. Link tS3Connection to tS3BucketExist using the OnSubjobOk trigger.
  3. Link tS3BucketExist to tS3BucketCreate using the Run if trigger.
  4. Link tS3BucketCreate to tS3BucketList using the OnSubjobOk trigger.
  5. Link tS3BucketList to tIterateToFlow using the Row > Iterate connection.
  6. Link tIterateToFlow to tLogRow using the Row > Main connection.