We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90002e commit 5d9eff4Copy full SHA for 5d9eff4
conf/application.conf
@@ -241,6 +241,14 @@ datastore {
241
# The credentials are selected by uri prefix, so different s3 uri styles may need duplicated credential entries.
242
credentials = []
243
}
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
+ }
252
253
254
# Redirect some routes to prefix + route (only if features.isWkorgInstance, route "/" only if logged out)
0 commit comments