t.Fatal(failTestStr(unknownSignTestStr,fmt.Sprintf("Object API Unknow auth test for \"%s\", expected to fail with %d, but failed with %d",testName,accesDeniedHTTPStatus,rec.Code)))
// expected error response when the unsigned HTTP request is not permitted.
t.Fatal(failTestStr(unknownSignTestStr,fmt.Sprintf("Object API Unknow auth test for \"%s\", expected to fail with %d, but failed with %d",testName,unsupportedSignature,rec.Code)))