This is an automated email from the ASF dual-hosted git repository.
ajay pushed a commit to branch ozone-0.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/ozone-0.4 by this push:
new a009255 HDDS-1283. Fix the dynamic documentation of basic s3 client
usage. Contributed by Elek, Marton. (#605)
a009255 is described below
commit a00925572364de6fc7ee1ca70aba8804d39da31a
Author: Elek, Márton <[email protected]>
AuthorDate: Fri Mar 15 22:12:10 2019 +0100
HDDS-1283. Fix the dynamic documentation of basic s3 client usage.
Contributed by Elek, Marton. (#605)
(cherry picked from commit 16b78622ccf641e3805a0d78be9c1c3e20f97f6a)
---
hadoop-ozone/s3gateway/src/main/resources/webapps/static/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/s3gateway/src/main/resources/webapps/static/index.html
b/hadoop-ozone/s3gateway/src/main/resources/webapps/static/index.html
index 9b335d0..c4b791b 100644
--- a/hadoop-ozone/s3gateway/src/main/resources/webapps/static/index.html
+++ b/hadoop-ozone/s3gateway/src/main/resources/webapps/static/index.html
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]