Fixup: make AWS region optional in config
This commit is contained in:
parent
8857cde6c8
commit
dc1e8d769e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Config.schema do
|
|||
|
||||
required(:aws).schema do
|
||||
# the region your AWS bucket is in
|
||||
# required(:region).filled(:str?)
|
||||
optional(:region).filled(:str?)
|
||||
|
||||
# the name of your aws bucket
|
||||
required(:bucket).filled(:str?)
|
||||
|
|
Loading…
Reference in a new issue