Browse Source

HDDS-1924. ozone sh bucket path command does not exist

Closes #1245

(cherry picked from commit 0520f5cedee0565a342a12a787ff9737f34691b1)
Doroszlai, Attila 5 years ago
parent
commit
32119585f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-hdds/docs/content/interface/S3.md

+ 1 - 1
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
 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
 Volume name for S3Bucket is : s3thisisakey
 Ozone FileSystem Uri is : o3fs://bucket1.s3thisisakey
 Ozone FileSystem Uri is : o3fs://bucket1.s3thisisakey
 ```
 ```