HDDS-1283. Fix the dynamic documentation of basic s3 client usage. Contributed by Elek, Marton. (#605)

(cherry picked from commit 16b78622cc)
This commit is contained in:
Elek, Márton 2019-03-15 22:12:10 +01:00 committed by Ajay Kumar
parent 3ca1024eec
commit a009255723
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<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>