Skip to content

Commit 0fb79cf

Browse files
vins01-4scienceatarix83
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-2579_fix (pull request DSpace#4894)
[DSC-2579] Approved-by: Giuseppe Digilio
2 parents aa39a04 + 305dabe commit 0fb79cf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dspace/config/spring/api/bitstore.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
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>

0 commit comments

Comments
 (0)