Configurability
This commit is contained in:
4
dhall/S3/Type.dhall
Normal file
4
dhall/S3/Type.dhall
Normal file
@ -0,0 +1,4 @@
|
||||
{ region : Text
|
||||
, endpoint : Text
|
||||
, bucket : Text
|
||||
}
|
1
dhall/S3/default.dhall
Normal file
1
dhall/S3/default.dhall
Normal file
@ -0,0 +1 @@
|
||||
{=}
|
1
dhall/S3/package.dhall
Normal file
1
dhall/S3/package.dhall
Normal file
@ -0,0 +1 @@
|
||||
{ Type = ./Type.dhall, default = ./default.dhall }
|
Reference in New Issue
Block a user