frtb-cloud.properties

The frtb-cloud.properties file configures the properties required to load from cloud object storage. The file is located in the folder frtb-starter\src\main\resources.

Key Description
cloudSource.dataset Path to the Cloud directory containing the files to load.
cloud.fetch.thread Maximum number of threads that will download in parallel.
aws.bucket Bucket of the directory (access point alias).
aws.region Region to be used by the client.
aws.accessKeyId Access key ID.
aws.secretKey Secret access key.
azure.container Container name.
azure.connection.string Connection string of the storage account.