You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "${expected_checksum}"!="${s3_file_checksum}" ];then
168
+
e "Checksum doesn't match expectation. Request [GET ${uri} Range: "${range_start}"-"${range_end}"] Expected [${expected_checksum}] Actual [${s3_file_checksum}]"
169
+
e "curl command: ${curl_cmd} -X "GET" -r "${range_start}"-"${range_end}""${uri}"${extra_arg} | ${checksum_cmd}"
170
+
exit${test_fail_exit_code}
171
+
fi
143
172
else
144
173
e "Method unsupported: [${method}]"
145
174
fi
@@ -175,7 +204,6 @@ if [ -n "${prefix_leading_directory_path}" ]; then
0 commit comments