Configuration

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Amazon Simple Storage Service (S3) > Connector Parameters 

Configuration

Allow Sub-account Skips

This parameter determines whether a task will fail if the authentication with a sub-account fails.

 

Technical Name

allow_sub_account_skips

Category

Functional

Type

Boolean (true or false)

Default Value

false

Example Values

false, true

 

finger1

Be aware:

If a task does not fail when the authentication with a sub-account fails, this might lead to incomplete data.

 

AWS Regions

This parameter contains a comma-separated list of AWS-regions from where to fetch the data. Omit this parameter or set it to an empty string in order to fetch data from all active regions.

 

Technical Name

regions

Category

Functional

Type

Array

Default Value

{empty}

Example Values

eu-west-1,us-east-2

 

A list with all available regions can be found at: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html.

 

AWS Account List

This parameter determines whether the fetching of images is activated or deactivated.

 

Technical Name

fetch_images

Category

Functional

Type

Boolean (true or false)

Default Value

true

Example Values

true

 

Bucket Name

This parameter specifies the name of the bucket from which to download the files.

 

Technical Name

bucket_name

Category

Functional

Type

String

Default Value

n/a

Example Values

aspreports

 

Object Keys

This parameter specifies a list of keys of the S3 object(s) which should be downloaded. If this field is explicitly set to null, the default value will be used.

 

Technical Name

object_keys

Category

Functional

Type

Array

null

Default Value

null

Example Values

null, report1.csv, report2.csv

 

An object key is compared to the desired key by exact matching. So for a given object key 'data.json' the object 'nested/directories/data.json' will not be fetched.

 

finger1

Be aware:

This parameter cannot be combined with the Object Key Pattern parameter!

 

Object Key Pattern

This parameter specifies a pattern/regular expression. All objects in the bucket which match this parameter will be downloaded by the connector. If this field is explicitly set to null, the default value will be used.

 

Technical Name

object_key_pattern

Category

Technical

Type

String

null

Default Value

null

Example Values

null, .*\\.csv, ^.*i-\\p{XDigit}n{15}+\\.json$

 

finger1

Be aware:

This parameter cannot be combined with the Object Keys parameter!