AWS S3 Storage Receiver Connector
It allows data to be sent to the specified bucket with the given object name.
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.
-
Content Encoding: The optional Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field.
-
Storage Class: The storage class of this object. Place your data in appropriate storage classes. Use "STANDARD" for frequently accessed data, and consider classes like "GLACIER" or "DEEP_ARCHIVE" for infrequently accessed data.