HDDS-1283. Fix the dynamic documentation of basic s3 client usage. Contributed by Elek, Marton. (#605)
This commit is contained in:
parent
ff06ef0631
commit
16b78622cc
@ -68,7 +68,7 @@ <h1>S3 gateway</h1>
|
||||
|
||||
<p>For example with aws-cli:</p>
|
||||
|
||||
<pre>aws s3api --endpoint <script>document.write(window.location.href).replace("static/", "")</script> create-bucket --bucket=wordcount</pre>
|
||||
<pre>aws s3api --endpoint <script>document.write(window.location.href.replace("static/", ""))</script> create-bucket --bucket=wordcount</pre>
|
||||
|
||||
<p>For more information, please check the <a href="docs">documentation.</a>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user