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

4
dhall/S3/Type.dhall Normal file
View File

@ -0,0 +1,4 @@
{ region : Text
, endpoint : Text
, bucket : Text
}

1
dhall/S3/default.dhall Normal file
View File

@ -0,0 +1 @@
{=}

1
dhall/S3/package.dhall Normal file
View File

@ -0,0 +1 @@
{ Type = ./Type.dhall, default = ./default.dhall }