From a85564cdabc422659a63bc186b09637deff362c0 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 4 Jul 2023 23:18:37 -0500 Subject: [PATCH] Fix cause of first migration error example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1078c10..251e72f 100644 --- a/README.md +++ b/README.md @@ -614,8 +614,8 @@ Error: Authorization header's Credential is malformed ``` -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: ```