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

elek pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0520f5c  HDDS-1924. ozone sh bucket path command does not exist
0520f5c is described below

commit 0520f5cedee0565a342a12a787ff9737f34691b1
Author: Doroszlai, Attila <adorosz...@apache.org>
AuthorDate: Wed Aug 7 18:21:37 2019 +0200

    HDDS-1924. ozone sh bucket path command does not exist
    
    Closes #1245
---
 hadoop-hdds/docs/content/interface/S3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/docs/content/interface/S3.md 
b/hadoop-hdds/docs/content/interface/S3.md
index 952ce00..dc9b451 100644
--- a/hadoop-hdds/docs/content/interface/S3.md
+++ b/hadoop-hdds/docs/content/interface/S3.md
@@ -119,7 +119,7 @@ To show the storage location of a S3 bucket, use the `ozone 
s3 path <bucketname>
 ```
 aws s3api --endpoint-url http://localhost:9878 create-bucket --bucket=bucket1
 
-ozone sh bucket path bucket1
+ozone s3 path bucket1
 Volume name for S3Bucket is : s3thisisakey
 Ozone FileSystem Uri is : o3fs://bucket1.s3thisisakey
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to