AWS is no longer required so we make it optional in setup
This commit is contained in:
parent
24bcef23c6
commit
fe69c60be8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Config.schema do
|
|||
end
|
||||
end
|
||||
|
||||
required(:aws).schema do
|
||||
optional(:aws).schema do
|
||||
# the region your AWS bucket is in
|
||||
optional(:region).filled(:str?)
|
||||
|
||||
|
|
Loading…
Reference in a new issue