Fix cause of first migration error example

This commit is contained in:
asonix 2023-07-04 23:18:37 -05:00
parent 4a27de2c5e
commit a85564cdab

View file

@ -614,8 +614,8 @@ Error:
<Message>Authorization header's Credential is malformed</Message>
</Error>
```
Cause: the endpoint was configured for path-style access but `--use-path-style` was not passed as a
migration flag
Cause: the region was set improperly. Additionaly a path-style endpoint was used without passing
`--use-path-style`
Error:
```