Commit 2ffac69
authored
[global] Added hardcoded region to push pull bucket (#1413)
## Summary
title says it.
Additional context, if you have a region other than `us-east-2` in your
`~/.aws/config` specified, global push will fail due to region mismatch
in s3 bucket and the s3 request we send to push the profile.
## How was it tested?
- change default region specified in ~/.aws/config to anything other
than `us-east-2`
- run `devbox auth login`
- run `devbox global push`1 parent 85a9b3e commit 2ffac69
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments