mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Fix cause of first migration error example
This commit is contained in:
parent
4a27de2c5e
commit
a85564cdab
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue