Navigation :
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.
- By default with no profile set
LocalLodingConfig
is used.
- Providing
s3
profile enables AwsLoadingConfig
.
- Providing
azure
profile enables AzureLoadingConfig
.
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