1 parent 82894cf commit 1a69430Copy full SHA for 1a69430
1 file changed
deploy/scripts/smoke-multiserver.sh
@@ -186,9 +186,9 @@ assert_body "direct signed GET" "$direct_get_url"
186
direct_head_url=$(sign_default_bucket_url HEAD "$DIRECT_SERVER" "$KEY" 2m)
187
check_optional_head "direct signed" "$direct_head_url"
188
189
-mutated_url=${blue_get_url/\/$BLUE_SERVER\//\/$GREEN_SERVER\/}
+mutated_url=${blue_get_url/\/$BLUE_SERVER\//\/$GREEN_SERVER\/$BUCKET\/}
190
if [ "$mutated_url" = "$blue_get_url" ]; then
191
- echo "error: failed to mutate '$BLUE_SERVER' URL to '$GREEN_SERVER'" >&2
+ echo "error: failed to mutate '$BLUE_SERVER' default-bucket URL to '$GREEN_SERVER' full-path URL" >&2
192
exit 1
193
fi
194
assert_status "server alias signature isolation" "403" "$mutated_url"
0 commit comments