You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Elek, Marton (JIRA)" <ji...@apache.org> on 2019/03/14 15:00:00 UTC

[jira] [Created] (HDDS-1283) Fix the dynamic documentation of basic s3 client usage

Elek, Marton created HDDS-1283:
----------------------------------

             Summary: Fix the dynamic documentation of basic s3 client usage
                 Key: HDDS-1283
                 URL: https://issues.apache.org/jira/browse/HDDS-1283
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: S3
            Reporter: Elek, Marton
            Assignee: Elek, Marton


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>  





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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