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 a62c986 commit 71b3e30Copy full SHA for 71b3e30
unreleased_changes/8912.md
@@ -0,0 +1,17 @@
1
+### Added
2
+- Datasets can be uploaded to S3-compatible object storage services. This is disabled by default.
3
+
4
+### Migration
5
+- New keys have been added to the application.conf of the data store.
6
7
+Add these lines in the "datastore" section:
8
+```
9
+s3Upload {
10
+ enabled = true
11
+ # Use the prefix / name of a credential in the dataVaults section here to use it for uploads.
12
+ credentialName = "s3://fsn1.your-objectstorage.com/webknossos-test/upload-tests/"
13
+ endpoint = "https://fsn1.your-objectstorage.com"
14
+ bucketName = "webknossos-test"
15
+ objectKeyPrefix = "upload-tests"
16
+ }
17
0 commit comments