This is an automated email from the ASF dual-hosted git repository.

neoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 48acba4  [HDDS-4662] Fix typo in S3.md (#1769)
48acba4 is described below

commit 48acba421765f963b803304052a3cdd444b0d8be
Author: Tony Wei <[email protected]>
AuthorDate: Mon Jan 11 14:14:28 2021 +0800

    [HDDS-4662] Fix typo in S3.md (#1769)
---
 hadoop-hdds/docs/content/interface/S3.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hadoop-hdds/docs/content/interface/S3.md 
b/hadoop-hdds/docs/content/interface/S3.md
index 3404cb8..6511642 100644
--- a/hadoop-hdds/docs/content/interface/S3.md
+++ b/hadoop-hdds/docs/content/interface/S3.md
@@ -120,10 +120,10 @@ Ozone has one more element in the name-space hierarchy 
compared to S3: the volum
 To make any other buckets available with the S3 interface a "symbolic linked" 
bucket can be created:
 
 ```bash
-ozone sh create volume /s3v
-ozone sh create volume /vol1
+ozone sh volume create /s3v
+ozone sh volume create /vol1
 
-ozone sh create bucket /vol1/bucket1
+ozone sh bucket create /vol1/bucket1
 ozone sh bucket link /vol1/bucket1 /s3v/common-bucket
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to