Commit 129714f
Prince Grover
fix: Align Config aws_region default with documented default
The docstring, usage example, and test_config_defaults all state the
default region is us-west-2, but the code fell back to us-east-1 when
AWS_REGION was unset. CI sets only AWS_DEFAULT_REGION, so the test
failed once dependency installation was fixed (previously pytest died
at collection before reaching it). Align the code with the documented
default.1 parent 1b2c358 commit 129714f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments