NONRTRIC - Using S3 storage for ICS
[nonrtric/plt/informationcoordinatorservice.git] / config / application.yaml
index fcfc672..ce6b1ef 100644 (file)
@@ -67,3 +67,9 @@ app:
   vardata-directory: /var/information-coordinator-service
   # If the file name is empty, no authorization token is used
   auth-token-file:
+  # S3 object store usage is enabled by defining the bucket to use. This will override the vardata-directory parameter.
+  s3:
+    endpointOverride: http://localhost:9000
+    accessKeyId: minio
+    secretAccessKey: miniostorage
+    bucket:
\ No newline at end of file