Skip to main content

AWS S3 Storage Sender Connector

Reads the objects in the bucket specified with the set scheduler job.

Required Connector Properties

  • Bucket Name: Bucket name refers to a unique container for storing objects (files, data) within the S3 storage system. Buckets act as a top-level folder or directory where you can store and organize your data.

  • AWS Credential: Aws credentials refer to the authentication information used to perform data transfers using Aws S3 Storage Service. The name of a previously defined credential is provided.

  • Region: The region in which S3 client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1)

  • Object Key: The key under which this object is stored or will be stored or which will be used for the current operation.

  • Scheduler - Cron: This variable allows determining the working interval and frequency of the defined Aws S3 Storage service in Cron format. Cron is used to schedule tasks to run at specific intervals or on specific dates and times.