Skip to content

Commit be44793

Browse files
committed
Merge branch 'vsb-tuo/oai-phm-nusl-does-not-work' of github.com:dataquest-dev/DSpace into vsb-tuo/oai-phm-nusl-does-not-work
2 parents 5f12473 + ac26bcb commit be44793

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dspace/config/clarin-dspace.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ file.preview.zip.limit.length = 1000
257257

258258
### Storage service ###
259259
# Synchronization is NOT enabled by default
260-
sync.storage.service.enabled = true
260+
sync.storage.service.enabled = false
261261
# Upload large file by parts - check the checksum of every part
262262
s3.upload.by.parts.enabled = false
263263
# Enable direct downloading from the S3

dspace/config/dspace.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dspace.dir = /dspace
2525
# NOTE: This URL must be accessible to all DSpace users (should not use 'localhost' in Production)
2626
# and is usually "synced" with the "rest" section in the DSpace User Interface's config.*.yml.
2727
# It corresponds to the URL that you would type into your browser to access the REST API.
28-
dspace.server.url = https://dspace.vsb.cz/
28+
dspace.server.url = http://localhost:8080/server
2929
# Additional URL of DSpace backend which could be used by DSpace frontend during SSR execution.
3030
# May require a port number if not using standard ports (80 or 443)
3131
# DO NOT end it with '/'.

dspace/config/spring/api/bitstore.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<property name="baseDir" value="${assetstore.dir}"/>
1818
</bean>
1919

20-
<bean name="s3Store" class="org.dspace.storage.bitstore.SyncS3BitStoreService" scope="singleton" lazy-init="true">
20+
<bean name="s3Store" class="org.dspace.storage.bitstore.S3BitStoreService" scope="singleton" lazy-init="true">
2121
<property name="enabled" value="${assetstore.s3.enabled}"/>
2222
<!-- AWS Security credentials, with policies for specified bucket -->
2323
<property name="awsAccessKey" value="${assetstore.s3.awsAccessKey}"/>

0 commit comments

Comments
 (0)