Configurability

This commit is contained in:
2023-02-15 20:34:05 +02:00
parent 84c7115c83
commit e3807b3ade
22 changed files with 236 additions and 26 deletions
+3
View File
@@ -0,0 +1,3 @@
{ s3 : ../S3/Type.dhall
, watcher : ../Watcher/Type.dhall
}
+1
View File
@@ -0,0 +1 @@
{=}
+1
View File
@@ -0,0 +1 @@
{ Type = ./Type.dhall, default = ./default.dhall }
+4
View File
@@ -0,0 +1,4 @@
{ region : Text
, endpoint : Text
, bucket : Text
}
+1
View File
@@ -0,0 +1 @@
{=}
+1
View File
@@ -0,0 +1 @@
{ Type = ./Type.dhall, default = ./default.dhall }
+3
View File
@@ -0,0 +1,3 @@
{ directories : List Text
, period : Natural
}
+1
View File
@@ -0,0 +1 @@
{ period = 300 }
+1
View File
@@ -0,0 +1 @@
{ Type = ./Type.dhall, default = ./default.dhall }
+2
View File
@@ -0,0 +1,2 @@
./Config/package.dhall
/\ { S3 = ./S3/package.dhall, Watcher = ./Watcher/package.dhall }