AWS is no longer required so we make it optional in setup

This commit is contained in:
Eric 2020-06-01 14:01:33 -05:00
parent 24bcef23c6
commit fe69c60be8

View file

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