use of com.instaclustr.esop.s3.oracle.OracleModule in project esop by instaclustr.
the class StorageModules method configure.
@Override
protected void configure() {
install(new KubernetesApiModule());
install(new S3Module());
install(new AzureModule());
install(new GCPModule());
install(new LocalFileModule());
install(new OracleModule());
install(new MinioModule());
install(new CephModule());
}
Aggregations