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
1 changed files with 2 additions and 2 deletions

View File

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