Fixup: make AWS region optional in config

This commit is contained in:
Kasia Jarmołkowicz 2018-06-08 15:44:26 +02:00 committed by Eric Schultz
parent 8857cde6c8
commit dc1e8d769e

View file

@ -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?)