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 2019/12/10 19:48:07 UTC

[GitHub] [hadoop-ozone] bharatviswa504 opened a new pull request #336: HDDS-2630. NullPointerException in S3g.

bharatviswa504 opened a new pull request #336: HDDS-2630. NullPointerException in S3g.
URL: https://github.com/apache/hadoop-ozone/pull/336
 
 
   ## What changes were proposed in this pull request?
   
   Fix null pointer exception when creating a bucket
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2630
   
   
   ## How was this patch tested?
   
   Tested in docker-compose ozones3 cluster with out credentials.
   bash-4.2$ aws s3api --endpoint http://s3g:9878 create-bucket --bucket b12345
   Unable to locate credentials. You can configure credentials by running "aws configure".
   
   This is the same behavior when running against AWS S3. Used the same error code for S3Gateway also.
   **<?xml version="1.0" encoding="UTF-8"?>
   <Error>
       <Code>AuthorizationHeaderMalformed</Code>
       <Message>The authorization header is malformed; a non-empty Access Key (AKID) must be provided in the credential.</Message>
       <RequestId>5E763C5A06D2B716</RequestId>
       <HostId>MY4ON8DQYtZnCj2kQn7OZVQ4bvzeHalbwmZt4Ysq87y63DbBxpaTDTLTuYNFFZ8Ol314nMUTcOI=</HostId>
   </Error>**
   

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


With regards,
Apache Git Services

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