Skip to content

Remote storage

Remote storage settings

remote_storage.enabled: If remote storage should be used or not 
remote_storage.provider: Which remote storage provider is used 
remote_storage.endpoint: Endpoint to remote storage provider
remote_storage.bucket: Name of bucket to use for this Synkzone organization. Must be unique per organization. Recommended is to set it to UUID of main.
remote_storage.self_test_on_start: If an automatic test should be run on every start of the organization 
remote_storage.credentials: Path to credentials to access remote storage

Configuration examples

Remote storage at SafeSpring

Synkzone recommend naming the buckets to the uuid used for the main component (primary organization).

The credentials needed (access key and secret key) from Safespring can be collected from their web site:

Remote storage at SafeSpring

remote_storage.enabled: true
remote_storage.provider: SafeSpring
remote_storage.endpoint: s3.sto2.safedc.net
remote_storage.bucket: dce90d3b-94c4-4115-92e9-205b6cd5bfa0
remote_storage.self_test_on_start: true
remote_storage.credentials: /config/remote-storage-credentials.properties

No remote storage, use local storage on disc

No remote storage

remote_storage.enabled: false