mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-09 22:14:59 +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>
|
||||
</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:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue