Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Why we need it?
At the moment, we are using cassandra blobstore as the default in production. There are new swift, and new `JoiningBlobStore` (#800) could be used to store blobs. We need to specify a new configuration file to define which type of blobstore we want to use.
Definition of Done:
- Create new `.propterties` file.
- Create new POJO for that configuration file, likely `ObjectStoreConfiguration`.
- Create method to publish that POJO to guice, this should be implemented in `BlobStoreAPIModule`