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

This page describes the options available for setting up the FRTB Accelerator 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.

Only one of these configurations is used, based on Spring Profiles.

Cloud Properties file

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

For more information see frtb-cloud.properties