Loading from Cloud Object Storage (Amazon S3 and Azure Blob Storage)

This page describes the options available for setting up Atoti FRTB to load from your preferred Cloud Object Storage solution.

Profiles

Within src/main/java/com/activeviam/frtb/starter/FRTBConfig.java you can find Imports for loading configurations of local files, AWS, and Azure.

The configuration used depends on the value of csv-source.type in the Spring Properties. Provide only one of the following configurations:

Cloud Properties file

Properties which are used by the cloud configurations can be found src/main/resources/frtb-cloud.properties.

For more information see Startup properties.