You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/07/23 22:44:52 UTC

[GitHub] [hadoop-ozone] bharatviswa504 opened a new pull request #1251: HDDS-4022. Ozone s3 API return 400 Bad Request for head-bucket for non existing bucket.

bharatviswa504 opened a new pull request #1251:
URL: https://github.com/apache/hadoop-ozone/pull/1251


   ## What changes were proposed in this pull request?
   
   Ozone s3 API returns 400 Bad Request for head-bucket for non-existing bucket.
   
   **hrt_qa$ aws s3api --ca-bundle=/usr/local/share/ca-certificates/ca.crt --endpoint https://s3g:9879/ head-bucket --bucket fsdghj
   
   An error occurred (400) when calling the HeadBucket operation: Bad Request**
   
   It should return 404 as per AWS documentation:
   https://docs.aws.amazon.com/cli/latest/reference/s3api/head-bucket.html
   
   A client error (404) occurred when calling the HeadBucket operation: Not Found
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4022
   
   ## How was this patch tested?
   
   Added test.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] elek merged pull request #1251: HDDS-4022. Ozone s3 API return 400 Bad Request for head-bucket for non existing bucket.

Posted by GitBox <gi...@apache.org>.
elek merged pull request #1251:
URL: https://github.com/apache/hadoop-ozone/pull/1251


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org