Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
S3 gateway has a default web page to display a generic message if you open the endpoint in the browser:
It also contains a simple example to use the endpoint:
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.
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>
Attachments
Issue Links
- links to