File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
262262s3.upload.by.parts.enabled = false
263263# Enable direct downloading from the S3
Original file line number Diff line number Diff 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 '/'.
Original file line number Diff line number Diff line change 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}" />
You can’t perform that action at this time.
0 commit comments