[
https://issues.apache.org/jira/browse/HDDS-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793949#comment-16793949
]
Hudson commented on HDDS-1283:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16220 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/16220/])
HDDS-1283. Fix the dynamic documentation of basic s3 client usage.
(7813154+ajayydv: rev 16b78622ccf641e3805a0d78be9c1c3e20f97f6a)
* (edit) hadoop-ozone/s3gateway/src/main/resources/webapps/static/index.html
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.4.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]