Skip to content

Commit 5d9eff4

Browse files
committed
Add application.conf
1 parent f90002e commit 5d9eff4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conf/application.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,14 @@ datastore {
241241
# The credentials are selected by uri prefix, so different s3 uri styles may need duplicated credential entries.
242242
credentials = []
243243
}
244+
s3Upload {
245+
enabled = false
246+
# Use the name (prefix) of a credential in the dataVaults section here to use it for uploads.
247+
credentialName = "my-credential"
248+
endpoint = "https://custom-s3-endpoint.example.local"
249+
bucketName = "your-bucket-name"
250+
objectKeyPrefix = "webknossos-uploads"
251+
}
244252
}
245253

246254
# Redirect some routes to prefix + route (only if features.isWkorgInstance, route "/" only if logged out)

0 commit comments

Comments
 (0)