File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<beans xmlns =" http://www.springframework.org/schema/beans"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" default-lazy-init =" true" >
4+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
5+ default-lazy-init =" true" >
56
6- <bean name =" org.dspace.storage.bitstore.BitstreamStorageService" class =" org.dspace.storage.bitstore.BitstreamStorageServiceImpl" >
7+ <bean name =" org.dspace.storage.bitstore.BitstreamStorageService"
8+ class =" org.dspace.storage.bitstore.BitstreamStorageServiceImpl" >
79 <property name =" incoming" value =" ${assetstore.index.primary}" />
810 <property name =" stores" >
911 <map >
1012 <entry key =" 0" value-ref =" localStore" />
1113 <entry key =" 1" value-ref =" s3Store" />
12- <entry key =" 2 " value-ref =" s3TempStore" />
14+ <entry key =" 10 " value-ref =" s3TempStore" />
1315 </map >
1416 </property >
1517 </bean >
You can’t perform that action at this time.
0 commit comments