smengcl commented on code in PR #4473:
URL: https://github.com/apache/ozone/pull/4473#discussion_r1179461015
##########
hadoop-ozone/dist/src/main/smoketest/s3/objectputget.robot:
##########
@@ -49,7 +49,7 @@ Get object from s3
Get object with wrong signature
Pass Execution If '${SECURITY_ENABLED}' == 'false' Skip in
unsecure cluster
${result} = Execute and Ignore Error curl -i -H
'Authorization: AWS scm/[email protected]:asdfqwerty'
${ENDPOINT_URL}/${BUCKET}/${PREFIX}/putobject/key=value/f1
- Should contain ${result}
403 Forbidden
+ Should contain ${result}
400 Bad Request
Review Comment:
Thanks Saketa. `400 - Malformed auth header` sounds good. In this case the
user will be informed of the correct action to take (to fix auth header).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]