Skip to content

Commit 71b3e30

Browse files
committed
Update changelog
1 parent a62c986 commit 71b3e30

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

unreleased_changes/8912.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)