elek opened a new pull request #605: HDDS-1283. Fix the dynamic documentation 
of basic s3 client usage
URL: https://github.com/apache/hadoop/pull/605
 
 
   S3 gateway has a default web page to display a generic message if you open 
the endpoint in the browser:
   
   http://localhost:9878/static/
   
   It also contains a simple example to use the endpoint:
   
   {code}
   This is an endpoint of Apache Hadoop Ozone S3 gateway. Use it with any AWS 
S3 compatible tool with setting this url as an endpoint
   
   For example with aws-cli:
   
   aws s3api --endpoint http://localhost:9878/static/ create-bucket 
--bucket=wordcount
   
   For more information, please check the documentation. 
   {code}
   
   Unfortunately the endpoint is wrong here, the static should be removed from 
the url.
   
   The trivial fix is to move the ) in the js code>  
   
   
   
   See: https://issues.apache.org/jira/browse/HDDS-1283

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to