index.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <!--
  4. Licensed to the Apache Software Foundation (ASF) under one or more
  5. contributor license agreements. See the NOTICE file distributed with
  6. this work for additional information regarding copyright ownership.
  7. The ASF licenses this file to You under the Apache License, Version 2.0
  8. (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. -->
  17. <html lang="en">
  18. <head>
  19. <meta charset="utf-8">
  20. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  21. <meta name="viewport" content="width=device-width, initial-scale=1">
  22. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  23. <meta name="description" content="Apache Hadoop Ozone S3 gateway">
  24. <title>S3 gateway -- Apache Hadoop Ozone</title>
  25. <link href="bootstrap-3.3.7/css/bootstrap.min.css" rel="stylesheet">
  26. <link href="hadoop.css" rel="stylesheet">
  27. <link href="ozone.css" rel="stylesheet">
  28. </head>
  29. <body>
  30. <header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav">
  31. <div class="container-fluid">
  32. <div class="navbar-header">
  33. <button type="button" class="navbar-toggle collapsed"
  34. data-toggle="collapse" data-target="#navbar"
  35. aria-expanded="false" aria-controls="navbar">
  36. <span class="sr-only">Toggle navigation</span>
  37. <span class="icon-bar"></span>
  38. <span class="icon-bar"></span>
  39. <span class="icon-bar"></span>
  40. </button>
  41. <a class="navbar-brand" href="#">Ozone S3G</a>
  42. </div>
  43. <div id="navbar" class="collapse navbar-collapse">
  44. <ul class="nav navbar-nav" id="ui-tabs">
  45. <li><a href="docs">Documentation</a></li>
  46. </ul>
  47. </div><!--/.nav-collapse -->
  48. </div>
  49. </header>
  50. <div class="container-fluid" style="margin: 12pt">
  51. <h1>S3 gateway</h1>
  52. <p>This is an endpoint of Apache Hadoop Ozone S3 gateway. Use it with any
  53. AWS S3 compatible tool
  54. with setting this url as an endpoint</p>
  55. <p>For example with aws-cli:</p>
  56. <pre>aws s3api --endpoint <script>document.write(window.location.href.replace("static/", ""))</script> create-bucket --bucket=wordcount</pre>
  57. <p>For more information, please check the <a href="docs">documentation.</a>
  58. </p>
  59. </div><!-- /.container -->
  60. <script src="static/bootstrap-3.3.7/js/bootstrap.min.js"></script>
  61. </body>
  62. </html>